From 51305efa6586494242a809d908c98298a820cc58 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 30 Aug 2020 10:08:21 -0400 Subject: [PATCH] docs: mention in dev setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2518733..12e667a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ The usual installation: ``` git clone https://github.com/quadrismegistus/Komrade.git cd Komrade -pip install -r requirements.txt +. script/bootstrap ``` Then run the client: @@ -103,4 +103,4 @@ cd client ### As user -Coming soon. \ No newline at end of file +Coming soon.