README.rst
author stetrabby <info@trabucchi.de>
Fri, 17 Jan 2014 16:54:53 +0100
changeset 92 df904a1df028
parent 82 8a880e726be1
child 192 60b10eef975d
permissions -rw-r--r--
new image, front-page module-gallery
     1 Installation
     2 ------------
     3 
     4 First you have to clone this repository and all its submodules::
     5    hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app
     6    cd pymove3d-app
     7 
     8 Next create a virtualenv and install all the requirments into it. In this
     9 example we are using virtualenvwrapper to manage the virtualenv::
    10     
    11     mkvirtualenv pymove3d-env
    12 
    13 This repository provides requirements and configurations.
    14 
    15 For local development, install the requirements specified in
    16 requirements::
    17 
    18     pip install -r requirements.txt
    19 
    20 Now that this is complete, you can run pymove3d in that environment::
    21 
    22     python ./pymove3d.py
    23 
    24 
    25 
    26     
Impressum Datenschutzerklärung