pimpybot/README.md

16 lines
423 B
Markdown
Raw Normal View History

2017-11-10 16:31:12 +00:00
# pimpybot
2017-11-10 19:06:00 +00:00
Make sure to clone recursively:
2018-06-06 10:45:09 +00:00
`git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`.
2017-11-10 19:05:26 +00:00
If you forgot, just run `git submodule init --update` after cloning.
2017-11-10 19:06:00 +00:00
## Set-up
2017-11-10 16:31:12 +00:00
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.*
2017-11-10 16:32:02 +00:00
## Running
2018-06-06 10:45:09 +00:00
`python3 app.py`.