update docs

This commit is contained in:
richard 2021-08-28 12:24:29 +01:00
parent d167b1fee3
commit 64e5995633
11 changed files with 60 additions and 10 deletions

View file

@ -51,7 +51,11 @@ To build a binary wheel distribution:
pip3 install wheel
python setup.py bdist_wheel
and install it:
Alternatively, if you don't want the static binaries and just want to use DLLs with raylib.dynamic:
python3 setup_dynamic.py bdist_wheel
Then install it:
pip3 install dist\raylib-3.7.0-cp37-cp37m-win_amd64.whl
@ -106,7 +110,11 @@ To build a binary wheel distribution:
pip3 install wheel
python3 setup.py bdist_wheel
and install it:
Alternatively, if you don't want the static binaries and just want to use DLLs with raylib.dynamic:
python3 setup_dynamic.py bdist_wheel
Then install it:
pip3 install dist/raylib*.whl