Skip to content

Commit

Permalink
Set pgzhelper_rw version to over 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Jan 31, 2025
1 parent 154b5b5 commit b8571ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
22 changes: 13 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,33 +44,37 @@ How to make dev env. and build

``https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html``

2. Create virtual environment
2. Temporarily set Conda to 32-bit forcibly

``conda create -n mu python=3.8``
``Set CONDA_FORCE_32BIT=1``

3. Activate the created virtual env.
3. Create virtual environment

``conda create -n mu python=3.7``

4. Activate the created virtual env.

``conda activate mu``

4. Clone source codes
5. Clone source codes

``git clone https://github.com/roboticsware/mu``

5. Enter the directory of source codes
6. Enter the directory of source codes

``cd mu``

6. Install dev dependencies
7. Install dev dependencies

``pip install -e ".[dev]"``

7. Run Mu
8. Run Mu

``python run.py``

8. Build Mu
9. Build Mu

``make win64 or macos``
``make win32``


You can also reivew more information about extensive developer documentation `here <https://mu.readthedocs.io/>`_.
Expand Down
4 changes: 2 additions & 2 deletions mu/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
"02-03_Neo_kliner.py",
"02-04-01_Aqlli_avtomobil.py",
"02-04-02_Aqlli_avtomobil.py",
"02-05-01_Chiziq_trekkeri.py",
"02-05-02_Chiziq_trekkeri.py",
"02-05-01_Chiziq_trekeri.py",
"02-05-02_Chiziq_trekeri.py",
"04-01_Fonar.py",
"04-03-01_Aqlli_avtomobil_2.py",
"04-03-02_Aqlli_avtomobil_2.py",
Expand Down
2 changes: 1 addition & 1 deletion mu/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class WheelsBuildError(WheelsError):
# For Neopia mode
("neopia", ("neopia==0.3.2",)),
# For pgzero's extenstion
("pgzhelper", ("pgzhelper_rw>=1.0.9",)),
("pgzhelper", ("pgzhelper_rw>=1.0.10",)),
]


Expand Down

0 comments on commit b8571ce

Please sign in to comment.