# Clone the project
git clone https://github.com/iskounen/sengoku
cd sengoku
# Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # macOS/Linux
# Install project dependencies
pip install -r requirements.txt
# Run the script
python display_map.py