From cec9160be01dff759bc4b996a543650477e4c101 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Fri, 10 Nov 2017 20:06:00 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 352d665..0dc96b4 100644 --- a/README.md +++ b/README.md @@ -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`