fix pypi packages

This commit is contained in:
Richard Smith 2019-05-21 22:21:41 +01:00
parent 9321c37397
commit ad0420408c
3 changed files with 6 additions and 6 deletions

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.
NOT WORKING CURRENTLY pip3 install -i https://test.pypi.org/simple/ raylib
pip3 install raylib
Linux: Python 3.6: we dont distribute Raylib, so you must have Raylib 2.5dev already installed on your system.
NOT WORKING CURRENTLY pip3 install -i https://test.pypi.org/simple/ raylib
pip3 install 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.