mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-12 11:19:58 +01:00
Update Datamosher Pro v1.2.py
This commit is contained in:
@@ -22,6 +22,7 @@ if missing:
|
||||
for x in range(len(missingset)):
|
||||
y=missingset[x]
|
||||
subprocess.Popen('python -m pip install '+y)
|
||||
sys.exit()
|
||||
elif res=="no":
|
||||
print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!")
|
||||
sys.exit()
|
||||
|
||||
Reference in New Issue
Block a user