Small note.

This commit is contained in:
Relintai 2023-06-24 01:53:05 +02:00
parent a6e348389c
commit a8f20c386d
1 changed files with 11 additions and 0 deletions

View File

@ -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 <https://github.com/touilleMan/godot-python/issues/84>`_.
PyEnv
-----
pyenv install 3.7
pyenv local 3.7
pyenv shell 3.7