There was an error while loading. Please reload this page.
1 parent 02fbd6b commit 8fc049aCopy full SHA for 8fc049a
README.md
@@ -40,10 +40,16 @@ In order to run the main program ```main.py``` the following modules must be ins
40
numpy https://numpy.org/install/
41
matplotlib https://matplotlib.org/stable/users/installing.html
42
43
+The Python packages are automatically installed by uisng the command
44
+
45
```pip install <path>```
46
47
where ```<path>``` is the path of the downloaded repository.
48
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
53
### Development:
54
1. Clone the repository.
55
2. In the root of the repository:
0 commit comments