4 First you have to clone this repository and all its submodules::
5 hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app
8 Next create a virtualenv and install all the requirments into it. In this
9 example we are using virtualenvwrapper to manage the virtualenv::
11 mkvirtualenv pymove3d-env
13 This repository provides requirements and configurations.
15 For local development, install the requirements specified in
18 pip install -r requirements.txt
20 Now that this is complete, you can run pymove3d in that environment::
24 Testing and developing is done with::
26 pip install -r requirements-dev.txt
28 Now you have additional packages for development and testing: