diff --git a/README.md b/README.md index 2595f07c..39550f8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ +How To setup this version on your system?? + +```bash +git clone https://github.com/rtCamp/easyengine.git +cd easyengine +virtualenv ./env +source ./env/bin/activate +python setup.py develop +ee --help +``` + + + EasyEngine 3.x Developement version