16 lines
423 B
Markdown
16 lines
423 B
Markdown
# pimpybot
|
|
Make sure to clone recursively:
|
|
`git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`.
|
|
If you forgot, just run `git submodule update --init` 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`.
|