From 823b46f29253e9d67ff4099c6296df020f5ddd4d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 22 Jun 2021 11:33:13 +0100 Subject: [PATCH] issue #33 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a165b..a5151c5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,9 @@ To build a binary wheel distribution: and install it: - pip3 install dist\raylib-3.5.0-cp37-cp37m-win_amd64.whl + pip3 install dist\raylib-3.7.0-cp37-cp37m-win_amd64.whl + +(Note: your wheel's filename will probably be different than the one here.) ### Linux etc