Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 531 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 531 Bytes

festival-tycoon

Installation

Follow these steps to set up the virtual environment and install the required Python dependencies.

1. Create a Virtual Environment

python3 -m venv env

2. Activate the Virtual Environment

  • On macOS and Linux:
    source env/bin/activate
  • On Windows:
    .\env\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

You are now ready to run the game!

Tests

ptw -- **/*_spec.py