|
@ -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 |
|
|