Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.
python --version
python3 --version
pip3
pip