We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323cc73 commit c26cc61Copy full SHA for c26cc61
README.md
@@ -49,9 +49,7 @@ where ```<path>``` is the path of the downloaded PythonVehicleSimulator reposito
49
50
1. Click on the green code tab on Github and choose download
51
2. This gives you the catalog: PythonVehicleSimulator-master (can be renamed)
52
-3. ```python3 -m pip install /MY_PATH/PythonVehicleSimulator-master```
+3. ```python3 -m pip install -e /MY_PATH/PythonVehicleSimulator-master```
53
54
### Development:
55
-To change and update the files, you need to install with the ```e``` option:
56
-1. Clone the repository.
57
-2. ```python3 -m pip install -e <path>```
+Note that the -e option is needed to update and change the files. If omitted, you can only run the program.
0 commit comments