A bot to manage course channels & role assignment.
- Make sure you are
cd
ed into the project directory. python -m venv .venv
- Activate the virtual environment
pip install -U pip setuptools wheel
pip install -r requirements.txt
pip install -e .
- Put configuration in
config.py
, usingconfig.pyi
as a reference.
.venv/bin/python ECEBot
(directly run the package without-m
)