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