diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 2c86084b..45e0c816 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -62,12 +62,6 @@ All Systems:: pip install ppb -Additionally, on Linux only you must install the SDL library: - -Debian, Ubuntu:: - - sudo apt install libsdl2-2.0-0 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-gfx-1.0-0 - You should see a few libraries get put together in your terminal, and when you have a prompt again, we're ready to go! diff --git a/requirements.txt b/requirements.txt index 480bb4e6..170553a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ PySDL2 -pysdl2-dll; sys.platform == 'win32' -pysdl2-dll; sys.platform == 'darwin' +pysdl2-dll ppb-vector ~= 1.0 dataclasses; python_version < "3.7" importlib_resources; python_version < "3.7"