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

This commit is contained in:
ThomasV 2017-11-29 19:04:32 +01:00
commit 599c138065
1 changed files with 1 additions and 1 deletions

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