We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7637994 + 9cff34a commit 4d7736eCopy full SHA for 4d7736e
Python/setup/setup.sh
@@ -66,11 +66,7 @@ case ${osinfo} in
66
apt-get install -y cmake python3 xvfb python3-pip python3-netaddr python3-dev firefox-esr
67
echo
68
echo '[*] Installing Python Modules'
69
- python3 -m pip install fuzzywuzzy
70
- python3 -m pip install selenium --upgrade
71
- python3 -m pip install python-Levenshtein
72
- python3 -m pip install pyvirtualdisplay
73
- python3 -m pip install netaddr
+ apt install -y python3-selenium python3-fuzzywuzzy python3-pyvirtualdisplay python3-netaddr python3-levenshtein
74
75
cd ../bin/
76
MACHINE_TYPE=`uname -m`
0 commit comments