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.
|
|
|
|
|
|
|
How To setup this version on your system??
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo pip3 install virtualenv
|
|
|
|
git clone https://github.com/rtCamp/easyengine.git
|
|
|
|
cd easyengine
|
|
|
|
git checkout python
|
|
|
|
virtualenv ./env
|
|
|
|
source ./env/bin/activate
|
|
|
|
sudo pip3 install -r requirements.txt
|
|
|
|
sudo python3 setup.py develop
|
|
|
|
ee --help
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EasyEngine 3.x Developement version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thinking To Contribute???
|
|
|
|
|
|
|
|
refer docs to know more on EasyEngine Developement
|
|
|
|
|
|
|
|
follow instruction from step 3 in Creating cement app
|
|
|
|
http://builtoncement.com/2.4/dev/boss_templates.html
|