Add run instructions and requirements

This commit is contained in:
2024-04-20 12:58:20 +02:00
parent f65719251c
commit aaf72e7806
3 changed files with 11 additions and 1 deletions

View File

@@ -1,2 +1,11 @@
# GDMC-2024
A procedural city generator for Minecraft as part of the GDMC 2024 competition.
# Run
Install required packages using `pip`:
```python
pip install -r requirements.txt
```
Run `main.py`.