Skip to content

Commit 8ebc2b1

Browse files
optimised requirements.txt
1 parent 8b38b53 commit 8ebc2b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sudo -S apt install python3 -y
2-
sudo -S apt install python3-tk -y
3-
sudo -S apt install python3-pil python3-pil.imagetk -y
4-
sudo -S apt install gedit -y
5-
sudo -S apt install snort -y
6-
sudo -S apt install python3-matplotlib -y
7-
pip install psutil
1+
sudo -S apt install python3 -y -q=3
2+
sudo -S apt install python3-tk -y -q=3
3+
sudo -S apt install python3-pil python3-pil.imagetk -y -q=3
4+
sudo -S apt install gedit -y -q=3
5+
sudo -S apt install snort -y -q=3
6+
sudo -S apt install python3-matplotlib -y -q=3
7+
pip install psutil -q 2>/dev/null

0 commit comments

Comments
 (0)