python3 -m venv venv
venv\Scripts\activate.bat
pip install wheel setuptools twine
python setup.py bdist_wheel
pip install dist\battlebotslib-0.4.0-py3-none-any.whl
Un script Python d'IA de test a été créée pour illustrer l'utilisation de la lib cliente.
Un fichier requirements.txt est fourni et il faut avoir la lib client installée pour utiliser cette IA.
- Config du bot (nom et id d'équipe)
- Informations de connexions (Rest, STOMP et MQTT)