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.

36 lines
838 B

11 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
```
How to install this version on your system??
```bash
sudo apt-get update
sudo apt-get install python3 python3-apt python3-setuptools python3-dev git
git clone -b python https://github.com/rtCamp/easyengine.git
cd easyengine
sudo python3 setup.py install
ee --help
```
10 years ago
10 years ago
EasyEngine 3.x Developement version
13 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