Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 497 Bytes

Algo Battle

Algo Battle

Installation

Basiert auf Python3, idealerweise in einer virtuellen Umgebung installieren:

python3 -m venv venv
. venv/bin/activate
pip3 install algo-battle

Starten

python3 -m algo_battle GUI

Anleitung

Eine ausführliche Anleitung zur Verwendung ist unter Anleitung zu finden.