Installation¶

From PyPI¶

TLDR - do this at your own risk¶

pip install badwing

And then run it!¶

badwing run

From GitHub¶

Clone the repository

git clone https://github.com/kfields/badwing.git

Navigate to the new directory which contains the repository

cd badwing

Create a Python 3 virtual environment called env

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt

And then run the game!¶

python run_game.py