Browse Source

Update README.md

bugfixes
Gaurav Ashtikar 11 years ago
parent
commit
20e0fb6397
  1. 4
      README.md

4
README.md

@ -6,8 +6,8 @@ git clone https://github.com/rtCamp/easyengine.git
cd easyengine cd easyengine
virtualenv ./env virtualenv ./env
source ./env/bin/activate source ./env/bin/activate
pip3 install -r requirements.txt sudo pip3 install -r requirements.txt
python3 setup.py develop sudo python3 setup.py develop
ee --help ee --help
``` ```

Loading…
Cancel
Save