Skip to content

Commit 8fc049a

Browse files
Update README.md
1 parent 02fbd6b commit 8fc049a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,16 @@ In order to run the main program ```main.py``` the following modules must be ins
4040
numpy https://numpy.org/install/
4141
matplotlib https://matplotlib.org/stable/users/installing.html
4242

43+
The Python packages are automatically installed by uisng the command
44+
4345
```pip install <path>```
4446

4547
where ```<path>``` is the path of the downloaded repository.
4648

49+
1. Click on the green code tab on Github and choose download
50+
2. This gives you the catalog: PythonVehicleSimulator-master
51+
3. python3 -m pip install /MY_PATH/PythonVehicleSimulator
52+
4753
### Development:
4854
1. Clone the repository.
4955
2. In the root of the repository:

0 commit comments

Comments
 (0)