Clone repo:
git clone https://github.com/Icode-python/Depressed_milkers-Pyweek_35.git
Enter directory:
cd Depressed_milkers-Pyweek_35
Create virtual environment:
python3 -m venv venv
If you dont have virtual env installed you should be prompted with instructions to do so.
Activate environment:
source venv/bin/activate
Instal dependencies:
pip install -r requirements.txt
or:
pip3 install -r requirements.txt
Run game:
python main.py
or
python3 main.py