Browse Source

Update README.md

bugfixes
Harshad Yeola 10 years ago
parent
commit
f491be2085
  1. 1
      README.md

1
README.md

@ -4,6 +4,7 @@ How To setup this version on your system??
```bash ```bash
git clone https://github.com/rtCamp/easyengine.git git clone https://github.com/rtCamp/easyengine.git
cd easyengine cd easyengine
git checkout python
virtualenv ./env virtualenv ./env
source ./env/bin/activate source ./env/bin/activate
sudo pip3 install -r requirements.txt sudo pip3 install -r requirements.txt

Loading…
Cancel
Save