fix local build

This commit is contained in:
Tobias Oberstein
2016-03-14 16:25:09 +01:00
parent a7c3ca3b58
commit a28fbe6aec

2
Makefile Normal file → Executable file
View File

@@ -10,6 +10,8 @@ all:
# install locally
install:
# enforce use of bundled libsodium
export SODIUM_INSTALL=bundled
pip install --upgrade -e .[all,dev]
# cleanup everything