This commit is contained in:
Richard Smith 2019-05-21 22:06:23 +01:00
parent f40f6aff04
commit 9321c37397

View file

@ -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.