Update readme

This commit is contained in:
Sijmen 2017-11-10 20:06:00 +01:00
parent 4d06b01deb
commit cec9160be0
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# pimpybot
## Set-up
Make sure to clone recursively: `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.
## 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`