Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 347 Bytes

README-dev.md

File metadata and controls

17 lines (16 loc) · 347 Bytes

DSen2

Setup

Create a new virtual environment e.g. using virtualenvwrapper:

mkvirtualenv --python=$(which python3.7) dsen2

Install requirements:

pip install -r requirements.txt
pip install -r requirements-dev.txt

Testing

To run tests:

bash test.sh