You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
571 B

10 years ago
10 years ago
How To setup this version on your system??
```bash
10 years ago
sudo apt-get install python3-pip git
10 years ago
sudo pip3 install virtualenv
10 years ago
git clone -b python https://github.com/rtCamp/easyengine.git
10 years ago
cd easyengine
10 years ago
virtualenv ./env --system-site-packages
10 years ago
source ./env/bin/activate
10 years ago
sudo pip3 install -r requirements.txt
sudo python3 setup.py develop
10 years ago
ee --help
```
10 years ago
EasyEngine 3.x Developement version
12 years ago
10 years ago
Thinking To Contribute???
10 years ago
refer docs to know more on EasyEngine Developement
10 years ago
follow instruction from step 3 in Creating cement app
http://builtoncement.com/2.4/dev/boss_templates.html