============ Installation ============ PaGS is compatible with Python 3.6 - 3.7 on both Linux or Windows. At the command line:: git clone https://github.com/stephendade/PaGS.git cd ./PaGS pip3 install -U -r requirements.txt -r requirements_gui.txt python3 setup.py build install --user Under Linux, libSDL may also need to be installed:: sudo apt-get install git libsdl2-2.0-0 If using a headless (no screen) system, omit the ``-r requirements_gui.txt`` section in the above. If installing for development, the test dependencies can be installed by:: pip3 install -U -r ./tests/requirements_test.txt