Why not? It should work with the instructions listed in the repo as long as you're not trying to run it on an ancient version of Python. You can run python --version to check the version. If your server also has Python 2.7 installed you might need to use python3 --version instead and use pip3 instead of pip. Ideally you should be running Python 3.8 or higher.


Back
Top