We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec706a5 commit 645423eCopy full SHA for 645423e
installation_guide.md
@@ -59,7 +59,7 @@ conda install pychrono-7.0.0-py39_2455.tar.bz2
59
60
for Mac users:
61
```bash
62
-export PYTHONPATH=$HOME/miniconda3/envs/pychrono/share/chrono/python
+export PYTHONPATH=$HOME/miniconda3/envs/chrono/share/chrono/python
63
```
64
65
## 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.
73
For example,
74
75
cd mbs/
76
-python demos_MBS_revolute.py
+python demo_MBS_revolute.py
77
78
## Step 6: Try to run the code
79
Clone the repo and navigate to the project folder.
0 commit comments