rb@82: Installation rb@82: ------------ rb@82: rb@82: First you have to clone this repository and all its submodules:: rb@82: hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app rb@82: cd pymove3d-app rb@82: rb@82: Next create a virtualenv and install all the requirments into it. In this rb@82: example we are using virtualenvwrapper to manage the virtualenv:: rb@82: rb@82: mkvirtualenv pymove3d-env rb@82: rb@82: This repository provides requirements and configurations. rb@82: rb@82: For local development, install the requirements specified in rb@82: requirements:: rb@82: rb@82: pip install -r requirements.txt rb@82: rb@82: Now that this is complete, you can run pymove3d in that environment:: rb@82: rb@82: python ./pymove3d.py rb@82: rb@82: rb@82: rb@82: