Skip to content

Commit ec706a5

Browse files
Update installation_guide.md
1 parent ec9858c commit ec706a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Now you can try to run the demos to check if the installation is correct.
7373
For example,
7474
```bash
7575
cd mbs/
76-
python3.9 demos_MBS_revolute.py
76+
python demos_MBS_revolute.py
7777
```
7878
## Step 6: Try to run the code
7979
Clone the repo and navigate to the project folder.
8080
```bash
8181
git clone https://github.com/andrealaffly/UAV_Sim_PyChrono.git
8282
cd UAV_Sim_PyChrono
8383
git checkout dev
84-
python3.9 main.py
85-
```
84+
python main.py
85+
```

0 commit comments

Comments
 (0)