Update install.sh

This commit is contained in:
Steve Zingman 2017-12-07 08:40:53 -05:00 committed by GitHub
parent b16a9edf28
commit d5983e0955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/bash
test -x ./setup.py || exit 1
test -e ./setup.py || exit 1
apt-get install python-dev
pip install --upgrade .