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

Fix bug in documentation: use pip3 instead of pip

parent 0f6e1379
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