Skip to content
Snippets Groups Projects
Commit ee03355c authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Remove pinning to python 3.7

parent 74c00fb3
No related branches found
No related tags found
Loading
...@@ -10,7 +10,7 @@ rm -rf venv/ ...@@ -10,7 +10,7 @@ rm -rf venv/
# Setup Python Environment # Setup Python Environment
# Requires: Virtualenv, appropriate Python installation # Requires: Virtualenv, appropriate Python installation
virtualenv venv -p python3.7 virtualenv venv -p python3
source venv/bin/activate source venv/bin/activate
pip install --upgrade setuptools pip wheel pip install --upgrade setuptools pip wheel
pip install -r requirements.txt pip install -r requirements.txt
......
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