A lot of people have trouble installing the CLI, because dependencies in Python are a nightmare. Tools such as pyinstaller can build Python scripts as statically-compiled binary executables with no external dependencies.
I've tested it quickly and the basics seem to work perfectly.
A lot of people have trouble installing the CLI, because dependencies in Python are a nightmare. Tools such as
pyinstallercan build Python scripts as statically-compiled binary executables with no external dependencies.I've tested it quickly and the basics seem to work perfectly.