From fcd94ad762829cde14f3f61773860747cbc37dca Mon Sep 17 00:00:00 2001 From: Jamie Bliss <jamie@ivyleav.es> Date: Wed, 15 Apr 2020 22:07:07 -0400 Subject: [PATCH 1/2] requirements.txt: Use pysdl2-dll on all systems --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" From 4e539fee63258d404bcbb68e49fdf240bb19505e Mon Sep 17 00:00:00 2001 From: Jamie Bliss <jamie@ivyleav.es> Date: Wed, 15 Apr 2020 22:07:29 -0400 Subject: [PATCH 2/2] docs/getting-started.rst: Remove additional linux steps --- docs/getting-started.rst | 6 ------ 1 file changed, 6 deletions(-) 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!