diff --git a/README.md b/README.md index 0fc66be..7ff01f6 100644 --- a/README.md +++ b/README.md @@ -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.