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 +