added todo comment
This commit is contained in:
parent
b5e30e979d
commit
0856e91519
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue