# gerard-botler discord bot for a friend # deploy stuff Clone the repo, and in the root run the container: ``` docker build -t . docker run --env BOTLER_TOKEN= ``` # Python stuff Source venv: ``` source botler/bin/activate ``` to escape: ``` deactivate ``` more on venvs [here](https://docs.python.org/3/tutorial/venv.html)