README.rst
author Peter Koppatz <peter@koppatz.com>
Tue, 21 Jan 2014 05:32:52 +0100
changeset 192 60b10eef975d
parent 82 8a880e726be1
child 232 ec1bb552ce55
permissions -rw-r--r--
Ticket #5 requirements-dev.txt created
     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 Testing and developing is done with::
    25 
    26    pip install -r requirements-dev.txt
    27 
    28 Now you have additional packages for development and testing:
    29 
    30  - pep8
    31  - py.test
    32  - selenium
    33 
    34 
    35 
    36     
Impressum Datenschutzerklärung