Unverified Commit 5047911c authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

create venv if not exist

parent fbc4cc96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@
# Author: Akke Viitanen
# Email: akke.viitanen@helsinki.fi

[ ! -d venv ] && python3 -m venv venv
. venv/bin/activate
pip install -e .