- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallaLib.py
More file actions
Latest commit
17 lines (15 loc) · 397 Bytes
/
Copy pathinstallaLib.py
File metadata and controls
17 lines (15 loc) · 397 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
importsubprocessassp
importsys
definstalla(pacchetto):
sp.check_call([sys.executable,"-m","pip","install",pacchetto])
installa("numpy")
installa("opencv-python")
installa("pytest-shutil")
installa("statistics")
installa("tensorflow")
installa("tensorflow-gpu")
installa("keras")
installa("Keras-Applications")
installa("Keras-Preprocessing")
#installa("matplotlib")
#installa("pandas")