README.rst
author Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Tue, 18 Mar 2025 20:44:40 +0100
changeset 1729 127611f9cc8d
parent 232 ec1bb552ce55
permissions -rw-r--r--
eskp forecast plots from 250318
     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