mirror of https://github.com/CIRCL/PyCIRCLean
Do not install the package as root
parent
3eecd9cc16
commit
f23ec234dc
|
@ -49,13 +49,12 @@ install:
|
||||||
sudo pip install -U pip lxml exifread pillow
|
sudo pip install -U pip lxml exifread pillow
|
||||||
sudo pip install -U git+https://github.com/Rafiot/officedissector.git
|
sudo pip install -U git+https://github.com/Rafiot/officedissector.git
|
||||||
sudo pip install -U oletools olefile coveralls codecov
|
sudo pip install -U oletools olefile coveralls codecov
|
||||||
sudo python setup.py -q install
|
|
||||||
else
|
else
|
||||||
pip install -U pip lxml exifread pillow
|
pip install -U pip lxml exifread pillow
|
||||||
pip install -U git+https://github.com/Rafiot/officedissector.git
|
pip install -U git+https://github.com/Rafiot/officedissector.git
|
||||||
pip install -U coveralls codecov
|
pip install -U coveralls codecov
|
||||||
python setup.py -q install
|
|
||||||
fi
|
fi
|
||||||
|
- python setup.py -q install
|
||||||
# Testing dependencies
|
# Testing dependencies
|
||||||
- sudo apt-get install rar
|
- sudo apt-get install rar
|
||||||
# Prepare testings
|
# Prepare testings
|
||||||
|
|
Loading…
Reference in New Issue