Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 358 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 358 Bytes

Sengoku

Contributing

# 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