mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [installer] Avoid doing funky **sudo pip install** moves, it breaks python on package managed python installs, if ever, use the **--user** flag.
This commit is contained in:
parent
1b5e4f1bcb
commit
34ff6116a6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y
|
|||
sudo apt-get install graphviz -y
|
||||
|
||||
# install nosetests
|
||||
sudo pip3 install nose
|
||||
sudo apt-get install python3-nose
|
||||
|
||||
# ssdeep
|
||||
sudo apt-get install libfuzzy-dev -y
|
||||
|
|
Loading…
Reference in a new issue