Update README.md

This commit is contained in:
Richard Smith 2021-06-18 00:31:17 +01:00 committed by GitHub
parent d52d83a55e
commit 21b5ccfffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,21 +10,21 @@ New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ct
## Option 1: Install from Pypi (easiest but may not be up to date or be available for your platform)
We distribute a statically linked binary Raylib library, install from Pypi.
pip3 install raylib==3.7.0
Or to have pip try to build the latest version from source:
We distribute a statically linked binary Raylib library, install from Pypi.
pip3 install raylib==3.7.0.post1
If that doesn't work then try:
pip3 install raylib==3.7.0
Some platforms that should be available:
**Windows 10 (64 bit): Python 3.7 - 3.9**
**Linux (Ubuntu 16.04+): Python 3.6 - 3.9**
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 will 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