- Copy the requirements.txt file locally
- Run
pip install -r /path/to/requirements.txtto install the dependencies. - Copy the godot-api-intro.py file locally
- Run
python /path/to/godot-api-intro.py initto initialize the local sqlite3 database (godot_version_doc.db) - Run
python /path/to/godot-api-intro.py parse /path/to/godot/repo <GODOT_VERSION>to enter data from that version.
- The script will checkout the version specified.