From bb4be12724032f92c440dbdc44e37f2f72975e55 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 3 Oct 2021 18:29:46 +0100 Subject: [PATCH] update docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bbc774..d868696 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ statically link and use in non-free / proprietary / commercial projects! We distribute a statically linked binary Raylib wheel: - pip3 install raylib + python3 -m pip pip3 install raylib + +Problems may be caused by out of date pip: + + python3 -m pip install --upgrade pip Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.