README.rst
author Reimar Bauer <rb.proj AT googlemail DOT com>
Mon, 05 May 2014 10:04:09 +0200
changeset 232 ec1bb552ce55
parent 192 60b10eef975d
permissions -rw-r--r--
fork of pymoved3D 231:63405034e061 for initialisation of eskp
     1 Installation
     2 ------------
     3 
     4 First you have to clone this repository and all its submodules::
     5    cd eskp-app
     6 
     7 Next create a virtualenv and install all the requirments into it. In this
     8 example we are using virtualenvwrapper to manage the virtualenv::
     9     
    10     mkvirtualenv eskp-env
    11 
    12 This repository provides requirements and configurations.
    13 
    14 For local development, install the requirements specified in
    15 requirements::
    16 
    17     pip install -r requirements.txt
    18 
    19 Now that this is complete, you can run eskp in that environment::
    20 
    21     python ./eskp.py
    22 
    23 Testing and developing is done with::
    24 
    25    pip install -r requirements-dev.txt
    26 
    27 Now you have additional packages for development and testing:
    28 
    29  - pep8
    30  - py.test
    31  - selenium
    32 
    33 
    34 
    35     
Impressum Datenschutzerklärung