1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/README.rst Fri Jan 17 13:05:30 2014 +0100
1.3 @@ -0,0 +1,26 @@
1.4 +Installation
1.5 +------------
1.6 +
1.7 +First you have to clone this repository and all its submodules::
1.8 + hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app
1.9 + cd pymove3d-app
1.10 +
1.11 +Next create a virtualenv and install all the requirments into it. In this
1.12 +example we are using virtualenvwrapper to manage the virtualenv::
1.13 +
1.14 + mkvirtualenv pymove3d-env
1.15 +
1.16 +This repository provides requirements and configurations.
1.17 +
1.18 +For local development, install the requirements specified in
1.19 +requirements::
1.20 +
1.21 + pip install -r requirements.txt
1.22 +
1.23 +Now that this is complete, you can run pymove3d in that environment::
1.24 +
1.25 + python ./pymove3d.py
1.26 +
1.27 +
1.28 +
1.29 +