Browse Source

Update README.md

bugfixes
Gaurav Ashtikar 10 years ago
parent
commit
f6f81cfc6c
  1. 3
      README.md

3
README.md

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

Loading…
Cancel
Save