/sc2-spectator

Spectator client for watching headless StarCraft 2 bot matches

Primary LanguagePythonMIT LicenseMIT

sc2-spectator

Local development

Create virtualenv next to this repository:

cd ..
python3 -m venv venv

Enable the virtualenv:

. venv/bin/activate

Install dependencies into the virtualenv:

cd sc2-spectator
pip3 install -r requirements.txt