9 lines
216 B
Markdown
9 lines
216 B
Markdown
|
# pimpybot
|
||
|
|
||
|
## 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.*
|