Skip to content

Commit d6628e8

Browse files
try change to readme to please spinx
1 parent 837d141 commit d6628e8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Bindings for Raylib 5.6
1+
# Python Bindings for Raylib 6.0
22
## Libraries: raymath, raygui, rlgl, physac and GLFW
33
## Backends: Desktop, SDL, DRM, Web, Software rendering
44
## Platforms: Windows, Mac, Linux, Raspberry Pi, Web
@@ -21,7 +21,7 @@ original Raylib.
2121

2222
# Quickstart
2323

24-
`pip3 install raylib==5.5.0.4 --break-system-packages`
24+
`pip3 install raylib==6.0.0.0 --break-system-packages`
2525
```python
2626
from pyray import *
2727
init_window(800, 450, "Hello")
@@ -72,7 +72,7 @@ Then make sure you have the latest pip installed:
7272
Then install
7373

7474
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
7676

7777
On most platforms it should install a binary wheel. If yours isn't available then pip will attempt to build from
7878
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:
9494

9595
brew install pkg-config
9696
brew install raylib
97-
python3 -m pip install raylib==5.5.0.4
97+
python3 -m pip install raylib==6.0.0.0
9898

9999
## Linux
100100

@@ -106,7 +106,7 @@ so may not work on other boards.
106106

107107
## Raspberry Pi
108108

109-
[Using on Rasperry Pi](RPI.rst)
109+
[Using on Rasperry Pi](RPI)
110110

111111
# Backends
112112

@@ -141,7 +141,7 @@ You can't have multiple raylib packages installed at once.
141141

142142
## Problems?
143143

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)
145145
to let us know what you did.
146146

147147
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

Comments
 (0)