From df71321d56b94f48883da52b4867434469d27b3a Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 16 Jun 2021 07:47:32 +0100 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2965912..cf91454 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We distribute a statically linked binary Raylib library, install from Pypi. Or to have pip try to build the latest version from source: - pip3 install raylib + pip3 install raylib==3.7.0.post1 Some platforms that should be available: @@ -26,6 +26,8 @@ Some platforms that should be available: If yours isn't available then pip should attempt to build from source, so you will need to have raylib development libs installed. +See here for a Raspberry Pi build: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330 + ## Option 2: Build from source If you're using a platform we don't have binary builds for yet