Skip to content

Commit 645423e

Browse files
authored
Update installation_guide.md
Corrected some typos.
1 parent ec706a5 commit 645423e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ conda install pychrono-7.0.0-py39_2455.tar.bz2
5959

6060
for Mac users:
6161
```bash
62-
export PYTHONPATH=$HOME/miniconda3/envs/pychrono/share/chrono/python
62+
export PYTHONPATH=$HOME/miniconda3/envs/chrono/share/chrono/python
6363
```
6464

6565
## Step 5: Copy the demos and test the installation
@@ -73,7 +73,7 @@ Now you can try to run the demos to check if the installation is correct.
7373
For example,
7474
```bash
7575
cd mbs/
76-
python demos_MBS_revolute.py
76+
python demo_MBS_revolute.py
7777
```
7878
## Step 6: Try to run the code
7979
Clone the repo and navigate to the project folder.

0 commit comments

Comments
 (0)