diff --git a/README.md b/README.md index 24a3a0a..4d365fb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,23 @@ ## Goal To create a bullet hell game similar to TouHou Project, Undertale, etc. +## How to build + +``` +poetry shell +poetry install +``` +or +``` +python3 -m venv .venv +.\.venv\Scripts\activate +pip install --upgrade -r .\requirements.txt +``` +Then, +``` +.\build +``` + ## Refactoring - [x] main.py - [x] bullet.py