Vilsepi / sc2-spectator

Spectator client for watching headless StarCraft 2 bot matches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Spectator client for watching headless StarCraft 2 bot matches

License:MIT License


Languages

Language:Python 94.9%Language:HTML 3.8%Language:Shell 1.3%Language:Batchfile 0.0%