.
This commit is contained in:
parent
378f4b61b1
commit
4d76b069ae
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user