1
0

Merge branch 'master' of github.com:spesmilo/electrum

This commit is contained in:
ThomasV
2017-11-29 19:04:32 +01:00

View File

@@ -12,7 +12,7 @@
if [ -e ./env/bin/activate ]; then
source ./env/bin/activate
else
virtualenv env
virtualenv env -p `which python3`
source ./env/bin/activate
python3 setup.py install
fi