https://github.com/Scony/godot-gdscript-toolkit
-
Generate a venv using https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-a-new-virtual-environment
-
Once you have a
.venv
folder, activate it, and runpip install -r /path/to/requirements.txt
-
Check https://github.com/Scony/godot-gdscript-toolkit for more usage details
-
If by running something you have this error :
ModuleNotFoundError: No module named 'pkg_resources'
Refer to ManimCommunity/manim#3585 and runpip install setuptools