ill-inc / biomes-game

Biomes is an open source sandbox MMORPG built for the web using web technologies such as Next.js, Typescript, React and WebAssembly.
https://www.biomes.gg
MIT License
2.54k stars 303 forks source link

Improve readme and automatically run `pip install -r requirements.txt` #33

Closed aabtop closed 1 year ago

aabtop commented 1 year ago

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,

how

copilot:walkthrough