This commit is contained in:
Untone 2021-06-30 14:47:40 +03:00
parent 378f4b61b1
commit 4d76b069ae

View File

@ -9,17 +9,17 @@ Tech stack:
# Local development # Local development
Install redis first, then start Install redis and pipenv first
''' '''
brew install redis brew install redis pipenv
brew services start redis brew services start redis
''' '''
Then run API server Then run API server
''' '''
pip3 install -r requirements.txt pipenv shell
python3 server.py python3 server.py
''' '''