From a8f20c386db9732c556667f3f3366b97a471b6a0 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 24 Jun 2023 01:53:05 +0200 Subject: [PATCH] Small note. --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index a4e8503..5c9e4c4 100644 --- a/README.rst +++ b/README.rst @@ -361,3 +361,14 @@ Keep in mind great performances comes with great responsabilities: there is no boundary check so you may end up with memory corruption if you don't take care ;-) See the `godot-python issue `_. + +PyEnv +----- + +pyenv install 3.7 + +pyenv local 3.7 + + +pyenv shell 3.7 +