Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • condition_monitoring
  • add_smart_forestry_features
  • add_cc4w_features
  • add_SiteStruct_features
  • s3i_v3
  • RIF-waldboden40
  • message_callbacks
  • response_handling_with_async_events
  • fix_enum
  • Einarbeitung_Peng
  • 16-add-Classes-from-DigiKomForst-project
  • digiKomForstServices
  • update_doc
  • 12-emitting-named-events-crashes-application
  • DZ-Wald
  • 1.0.0
  • 0.2.12
  • 0.2.11
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5.3
  • 0.2.5.2
  • 0.2.5.1
  • 0.2.5
  • v0.2.0
29 results

preliminaries.md

Blame
  • Christian A's avatar
    GromeTT authored and C.Albrecht committed
    2bb74638
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    preliminaries.md 767 B

    Preliminaries

    Requirements

    • Python 3+
    • recommended: virtualenv and optionally, but also recommended virtualenvwrapper.

    In order to install virtualenv and virtualenvwrapper, just execute (after installing Python):

    pip install virtualenv
    pip install virtualenvwrapper-win

    More Information on how to use virtualenv can be found here: The Hitchhiker's Guide to Python

    Preliminaries

    We recommend creating a virtual environment for the project (mkvirtualenv projectname). After creating the environment, activate it (workon projectname). Navigate to the root folder containing the requirements.txt and install the required modules for the demo with (pip install -r requirements.txt).