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