Update README.md
This commit is contained in:
parent
d52d83a55e
commit
21b5ccfffc
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue