409 B
409 B
pimpybot
Make sure to clone recursively:
git clone --recursive git@github.com:SijmenSchoon/pimpybot
.
If you forgot, just run git submodule init --update
after cloning.
Set-up
Copy config.py.example
to config.py
, and edit it as the comments say.
Then, create a virtualenv (or not), then run pip3 install -r requirements.txt
Note: pimpybot requires Python 3.6.
Running
python3 app.py
.