update docs
This commit is contained in:
parent
616fb2c1bc
commit
877fe35414
7 changed files with 13 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue