Linux tool updates
This commit is contained in:
7
bin/python-updates.sh
Executable file
7
bin/python-updates.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pip
|
||||
sudo -H pip3 install --upgrade pip
|
||||
|
||||
# Python3
|
||||
sudo -H pip3 install --upgrade pyserial numpy pyasn1 scapy virtualenv virtualenvwrapper matplotlib
|
||||
Reference in New Issue
Block a user