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 ec9858c commit ec706a5Copy full SHA for ec706a5
installation_guide.md
@@ -73,13 +73,13 @@ Now you can try to run the demos to check if the installation is correct.
73
For example,
74
```bash
75
cd mbs/
76
-python3.9 demos_MBS_revolute.py
+python demos_MBS_revolute.py
77
```
78
## Step 6: Try to run the code
79
Clone the repo and navigate to the project folder.
80
81
git clone https://github.com/andrealaffly/UAV_Sim_PyChrono.git
82
cd UAV_Sim_PyChrono
83
git checkout dev
84
-python3.9 main.py
85
-```
+python main.py
+```
0 commit comments