Update readme

This commit is contained in:
Sijmen 2017-11-10 20:06:00 +01:00
parent 4d06b01deb
commit cec9160be0

View file

@ -1,9 +1,9 @@
# pimpybot # pimpybot
Make sure to clone recursively:
## Set-up `git clone --recursive git@github.com:SijmenSchoon/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. 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. 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` Then, create a virtualenv (or not), then run `pip3 install -r requirements.txt`