- Copy the requirements.txt file locally
- Run
pip install -r /path/to/requirements.txt
to install the dependencies. - Copy the godot-api-intro.py file locally
- Run
python /path/to/godot-api-intro.py init
to 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.