Do not install the package as root

pull/9/head
Raphaël Vinot 2016-05-14 20:47:43 +02:00
parent 3eecd9cc16
commit f23ec234dc
1 changed files with 1 additions and 2 deletions

View File

@ -49,13 +49,12 @@ install:
sudo pip install -U pip lxml exifread pillow
sudo pip install -U git+https://github.com/Rafiot/officedissector.git
sudo pip install -U oletools olefile coveralls codecov
sudo python setup.py -q install
else
pip install -U pip lxml exifread pillow
pip install -U git+https://github.com/Rafiot/officedissector.git
pip install -U coveralls codecov
python setup.py -q install
fi
- python setup.py -q install
# Testing dependencies
- sudo apt-get install rar
# Prepare testings