update README.md
This commit is contained in:
parent
48966849c8
commit
df71321d56
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
pip3 install raylib
|
||||
pip3 install raylib==3.7.0.post1
|
||||
|
||||
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.
|
||||
|
||||
See here for a Raspberry Pi build: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
|
||||
|
||||
## Option 2: Build from source
|
||||
|
||||
If you're using a platform we don't have binary builds for yet
|
||||
|
|
Reference in a new issue