Skip to content
Snippets Groups Projects
Commit 5f2bbc99 authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Merge branch 'develop' of git.computational.bio.uni-giessen.de:SOaAS/psot into develop

parents 3a1287e2 736c3a2b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ Setup a virtualenv for development and install it in editable mode::
# install in development environment
virtualenv --python=python3 venv; source venv/bin/activate;
pip install -e .
pip3 install -e .
# run tests
python3 setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment