Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 860 Bytes

File metadata and controls

25 lines (17 loc) · 860 Bytes

DEVELOPMENT.md

Currently, there is no standard development process. Make sure things are working locally using either ./run.sh or python3 GeorgeChampBot.py.

To enter the george_champ_bot_instance image, run:

docker exec -it george_champ_bot_instance /bin/bash

Update Dependencies

This project uses pip-tools to manage dependencies. To update dependencies:

pip install pip-tools
pip-compile --upgrade requirements.in

Built With