-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstall_python_networking.sh
61 lines (58 loc) · 2.15 KB
/
install_python_networking.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/bin/sh
# If you update this from Windows, using Notepad ++, do the following:
# sudo apt-get -y install dos2unix
# dos2unix <FILE>
# chmod u+x <FILE>
#
clear
echo "
_____ _ _ _ _
| |___ ___ ___| |_ ___ _| | | |_ _ _ |_|
| --| _| -_| .'| _| -_| . | | . | | | _
|_____|_| |___|__,|_| |___|___| |___|_ | |_|
|___|
_____ _ _ _ _ _____ __ _____
| | |_ ___|_|___| |_ ___ ___| |_ ___ ___ | |__| | | __|___ ___ _ _
| --| | _| |_ -| _| . | . | | -_| _| | | | | | | | | | _| .'| | |
|_____|_|_|_| |_|___|_| |___| _|_|_|___|_| |_|_|_|_____| |_____|_| |__,|_ |
|_| |___|
\r\n \r\n
Version: 0.0.9 \r\n
Last Updated: 2/16/2020
\r\n \r\n"
#sudo -E apt-get update
#wait
#sudo -E apt-get upgrade -y
#wait
#echo "Downloading required dependencies...\r\n\r\n"
#--------------------------------------------------------------------------------------------
echo "Updating PIP \r\n \r\n "
pip3 install --upgrade pip
echo "Update all already installed PIPs' \r\n \r\n"
pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
echo "Installing Python Networking PIPs \r\n \r\n"
pip3 install protobuf
pip3 install websockets
pip install redis
pip install python-memcached
pip install scapy
pip install Twisted
pip install cbor2
pip install simp-AES
#--- Specify projects - optional --
#pip install GeoIP
pip install simplegeoip
pip install pysflow
pip install mqtt-client
pip install zmq
pip install rabbitmq
#pip install kafka-python
pip install soap2py
pip install ansible
pip install -U exabgp
pip install yabgp==0.1.7
pip install pysnmp
pip install ping
pip install pytraceroute
pip install pyang
pip install netconf