It improves the readme with some missing points (e.g. Python installation and virtual environment suggestion), and automatically calls pip install -r requirements.txt now whenever ./b data-snapshot run is called.
Also,
minimum Python version is bumped to 3.9.
blurb about how much easier codespaces would make things is added to top of local setup.
copilot:poem
Public Changelog
Why
This PR is based off of https://github.com/ill-inc/biomes-game/pull/26 (thank you @dhvanipa!).
It improves the readme with some missing points (e.g. Python installation and virtual environment suggestion), and automatically calls
pip install -r requirements.txt
now whenever./b data-snapshot run
is called.Also,
check_git_lfs_is_installed
is fixed.how
copilot:walkthrough