argh
This commit is contained in:
parent
f40f6aff04
commit
9321c37397
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ See test.py and examples/*.py for how to use.
|
|||
MacOS: Python 3.7: we distribute a statically linked Raylib library, so in theory the only thing you need to do is install
|
||||
us from Pypi.
|
||||
|
||||
pip3 install -i https://test.pypi.org/simple/ raylib
|
||||
NOT WORKING CURRENTLY pip3 install -i https://test.pypi.org/simple/ raylib
|
||||
|
||||
Linux: Python 3.6: we dont distribute Raylib, so you must have Raylib 2.5dev already installed on your system.
|
||||
|
||||
pip3 install -i https://test.pypi.org/simple/ raylib
|
||||
NOT WORKING CURRENTLY pip3 install -i https://test.pypi.org/simple/ raylib
|
||||
|
||||
If you're using a different version of Python, or using Windows, or maybe a Linux/Mac with incompatible libraries
|
||||
you will have to build.
|
||||
|
|
Reference in a new issue