You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,7 +72,7 @@ Then make sure you have the latest pip installed:
72
72
Then install
73
73
74
74
python3 -m pip install setuptools
75
-
python3 -m pip install raylib==5.5.0.4
75
+
python3 -m pip install raylib==6.0.0.0
76
76
77
77
On most platforms it should install a binary wheel. If yours isn't available then pip will attempt to build from
78
78
source, in which case you will need to have Raylib development libs installed, e.g.
@@ -94,7 +94,7 @@ Older MacOS requires building from source but this is usually simple:
94
94
95
95
brew install pkg-config
96
96
brew install raylib
97
-
python3 -m pip install raylib==5.5.0.4
97
+
python3 -m pip install raylib==6.0.0.0
98
98
99
99
## Linux
100
100
@@ -106,7 +106,7 @@ so may not work on other boards.
106
106
107
107
## Raspberry Pi
108
108
109
-
[Using on Rasperry Pi](RPI.rst)
109
+
[Using on Rasperry Pi](RPI)
110
110
111
111
# Backends
112
112
@@ -141,7 +141,7 @@ You can't have multiple raylib packages installed at once.
141
141
142
142
## Problems?
143
143
144
-
If it doesn't work, [try to build manually.](BUILDING.rst). If that works then [submit an issue](https://github.com/electronstudio/raylib-python-cffi/issues)
144
+
If it doesn't work, [try to build manually.](BUILDING). If that works then [submit an issue](https://github.com/electronstudio/raylib-python-cffi/issues)
145
145
to let us know what you did.
146
146
147
147
If you need help you can try asking on [our discord](https://discord.gg/fKDwt85aX6). There is also a large [Raylib discord](https://discord.gg/raylib)
0 commit comments