-
Change the directory to the project's folder:
cd path/to/sailor-rock-adventure
-
Optional:
- Create virtual environment:
python -m venv venv
- Activate the virtual environment:
.\venv\Scripts\activate
- Create virtual environment:
-
Install requirements:
pip install -r requirements.txt
-
Run the program:
python main.py