try
This commit is contained in:
parent
5dafa4e99a
commit
e97135eb8c
4 changed files with 7 additions and 6 deletions
|
@ -52,7 +52,7 @@ Use an [official Windows Python release](https://www.python.org/downloads/window
|
|||
|
||||
Binaries require:
|
||||
* arm64 MacOS 14
|
||||
* x64 MacOS 12, or newer.
|
||||
* x64 MacOS 10.13, or newer.
|
||||
|
||||
Older MacOS requires building from source but this is usually simple:
|
||||
|
||||
|
@ -87,7 +87,7 @@ This is not well tested but has better support for controllers:
|
|||
python3 -m pip uninstall raylib
|
||||
python3 -m pip install raylib_sdl
|
||||
|
||||
You can't have multiple backends installed at once.
|
||||
You can't have multiple raylib packages installed at once.
|
||||
|
||||
## DRM backend
|
||||
|
||||
|
@ -96,7 +96,7 @@ This uses the Linux framebuffer for devices that don't run X11/Wayland:
|
|||
python3 -m pip uninstall raylib
|
||||
python3 -m pip install raylib_drm
|
||||
|
||||
You can't have multiple backends installed at once.
|
||||
You can't have multiple raylib packages installed at once.
|
||||
|
||||
## Problems?
|
||||
|
||||
|
|
Reference in a new issue