pimpybot/README.md

15 lines
409 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:
`git clone --recursive git@github.com:SijmenSchoon/pimpybot`.
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
`python3 app.py`.