Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 527040e

Browse files
authored
Fix typo in README
1 parent 2646501 commit 527040e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PROS CLI can be installed directly from source with the following prerequisites:
1515
- PIP (default in Python 3.5)
1616
- Setuptools (default in PYthon 3.5)
1717

18-
Clone this repository, then run `pip install --executable <dir>`. Pip will install all the dependencies necessary.
18+
Clone this repository, then run `pip install -e <dir>`. Pip will install all the dependencies necessary.
1919

2020
## About this project
2121
This python project contains 4 modules: proscli, prosconductor, prosconfig, and prosflasher
@@ -35,4 +35,4 @@ These files are serialized by jsonpickle.
3535

3636
### prosflasher
3737
prosflasher contains the logic necessary to upload binaries to the VEX Cortex Microcontroller. In the future, we'd like
38-
to reinclude the ability to manipulate the file system.
38+
to reinclude the ability to manipulate the file system.

0 commit comments

Comments
 (0)