Add cloning instructions to readme

This commit is contained in:
Sijmen 2017-11-10 20:05:26 +01:00
parent 597ee35fe3
commit 4d06b01deb

View file

@ -1,6 +1,9 @@
# pimpybot # pimpybot
## Set-up ## Set-up
Make sure to clone recursively: `git clone --recursive git@github.com:SijmenSchoon/pimpybot`.
If you forgot, just run `git submodule init --update` after cloning.
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`
@ -9,5 +12,4 @@ Then, create a virtualenv (or not), then run `pip3 install -r requirements.txt`
## Running ## Running
`python3 app.py`. `python3 app.py`.