We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50b3b2 commit bb4be12Copy full SHA for bb4be12
README.md
@@ -14,7 +14,11 @@ statically link and use in non-free / proprietary / commercial projects!
14
15
We distribute a statically linked binary Raylib wheel:
16
17
- pip3 install raylib
+ python3 -m pip pip3 install raylib
18
+
19
+Problems may be caused by out of date pip:
20
21
+ python3 -m pip install --upgrade pip
22
23
Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
24
0 commit comments