Skip to content

Commit c26cc61

Browse files
Update README.md
1 parent 323cc73 commit c26cc61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ where ```<path>``` is the path of the downloaded PythonVehicleSimulator reposito
4949

5050
1. Click on the green code tab on Github and choose download
5151
2. This gives you the catalog: PythonVehicleSimulator-master (can be renamed)
52-
3. ```python3 -m pip install /MY_PATH/PythonVehicleSimulator-master```
52+
3. ```python3 -m pip install -e /MY_PATH/PythonVehicleSimulator-master```
5353

5454
### 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>```
55+
Note that the -e option is needed to update and change the files. If omitted, you can only run the program.

0 commit comments

Comments
 (0)