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 '''