Skip to content

Commit

Permalink
Fix setting up virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Feb 21, 2021
1 parent e77a519 commit 5793336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup_venv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -e
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools
pip install -r requirements.txt -r requirements-dev.txt
python setup.py develop

0 comments on commit 5793336

Please sign in to comment.