From 4d76b069aecddb06563c2eed7962c866512ba9b2 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 30 Jun 2021 14:47:40 +0300 Subject: [PATCH] . --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3bdad55..3b0d8b37 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ Tech stack: # Local development -Install redis first, then start +Install redis and pipenv first ''' -brew install redis +brew install redis pipenv brew services start redis ''' Then run API server ''' -pip3 install -r requirements.txt +pipenv shell python3 server.py '''