update README.md

This commit is contained in:
richard 2021-06-16 07:47:32 +01:00
parent 48966849c8
commit df71321d56

View file

@ -16,7 +16,7 @@ We distribute a statically linked binary Raylib library, install from Pypi.
Or to have pip try to build the latest version from source: Or to have pip try to build the latest version from source:
pip3 install raylib pip3 install raylib==3.7.0.post1
Some platforms that should be available: Some platforms that should be available:
@ -26,6 +26,8 @@ Some platforms that should be available:
If yours isn't available then pip should attempt to build from source, so you will need to have raylib development libs installed. If yours isn't available then pip should attempt to build from source, so you will need to have raylib development libs installed.
See here for a Raspberry Pi build: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
## Option 2: Build from source ## Option 2: Build from source
If you're using a platform we don't have binary builds for yet If you're using a platform we don't have binary builds for yet