README.rst
changeset 232 ec1bb552ce55
parent 192 60b10eef975d
equal deleted inserted replaced
231:63405034e061 232:ec1bb552ce55
     1 Installation
     1 Installation
     2 ------------
     2 ------------
     3 
     3 
     4 First you have to clone this repository and all its submodules::
     4 First you have to clone this repository and all its submodules::
     5    hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app
     5    cd eskp-app
     6    cd pymove3d-app
       
     7 
     6 
     8 Next create a virtualenv and install all the requirments into it. In this
     7 Next create a virtualenv and install all the requirments into it. In this
     9 example we are using virtualenvwrapper to manage the virtualenv::
     8 example we are using virtualenvwrapper to manage the virtualenv::
    10     
     9     
    11     mkvirtualenv pymove3d-env
    10     mkvirtualenv eskp-env
    12 
    11 
    13 This repository provides requirements and configurations.
    12 This repository provides requirements and configurations.
    14 
    13 
    15 For local development, install the requirements specified in
    14 For local development, install the requirements specified in
    16 requirements::
    15 requirements::
    17 
    16 
    18     pip install -r requirements.txt
    17     pip install -r requirements.txt
    19 
    18 
    20 Now that this is complete, you can run pymove3d in that environment::
    19 Now that this is complete, you can run eskp in that environment::
    21 
    20 
    22     python ./pymove3d.py
    21     python ./eskp.py
    23 
    22 
    24 Testing and developing is done with::
    23 Testing and developing is done with::
    25 
    24 
    26    pip install -r requirements-dev.txt
    25    pip install -r requirements-dev.txt
    27 
    26 
Impressum Datenschutzerklärung