1
0
Fork 0

added todo comment

This commit is contained in:
Kim, Jimin 2022-01-27 22:12:17 +09:00
parent b5e30e979d
commit 0856e91519

View file

@ -24,6 +24,8 @@ def minimal_check():
print("Do not run this script as root.", file=sys.stderr)
exit(1)
# todo: check if python version is higher than 3.7
# check if OS is linux and if pacman exists
print("Checking if system is compatible")
if "linux" not in sys.platform.lower() or os.system(