update docs

This commit is contained in:
Richard Smith 2023-05-23 11:01:49 +01:00
parent 616fb2c1bc
commit 877fe35414
7 changed files with 13 additions and 7 deletions

View file

@ -32,6 +32,7 @@ First make sure you have the latest pip installed:
Then install
python3 -m pip install setuptools
python3 -m pip install raylib
On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).

View file

@ -29,8 +29,9 @@ This 'worked for me':
Then have pip compile the wheel:
::
pip3 install --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
pip3 install setuptools
pip3 install --no-cache-dir --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
(or newer version)