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

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
edjubuh authored Mar 29, 2017
1 parent 2646501 commit 527040e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PROS CLI can be installed directly from source with the following prerequisites:
- PIP (default in Python 3.5)
- Setuptools (default in PYthon 3.5)

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

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

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

0 comments on commit 527040e

Please sign in to comment.