Added in rTHER4bb0c127, fill_table_monuments_all.py has a dependency on pywikibot for logging.
This means I can’t run it locally, as instructed by the ReadMe, as I don’t have pywikibot globally installed (it’s only in Docker).
Two ways forward:
- Update the ReadMe to tell people to run the Python commands through docker-compose. It sort of works, except that it will also boot up the database container − which then has no tables to create ; and one needs to kill the DB, restart it etc. Could be solveable with another compose file.
- Remove the dependency on pywikibot