From 527040ed3bae39f797e4368beb7dd576cc58926c Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Wed, 29 Mar 2017 17:53:33 -0400 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea7df6a..4a1150a 100644 --- a/README.md +++ b/README.md @@ -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 `. Pip will install all the dependencies necessary. +Clone this repository, then run `pip install -e `. Pip will install all the dependencies necessary. ## About this project This python project contains 4 modules: proscli, prosconductor, prosconfig, and prosflasher @@ -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. \ No newline at end of file +to reinclude the ability to manipulate the file system.