fix readme
This commit is contained in:
parent
4d76b069ae
commit
486c99dc67
|
@ -11,17 +11,17 @@ Tech stack:
|
||||||
|
|
||||||
Install redis and pipenv first
|
Install redis and pipenv first
|
||||||
|
|
||||||
'''
|
```
|
||||||
brew install redis pipenv
|
brew install redis pipenv
|
||||||
brew services start redis
|
brew services start redis
|
||||||
'''
|
```
|
||||||
|
|
||||||
Then run API server
|
Then run API server
|
||||||
|
|
||||||
'''
|
```
|
||||||
pipenv shell
|
pipenv shell
|
||||||
python3 server.py
|
python3 server.py
|
||||||
'''
|
```
|
||||||
|
|
||||||
# With Docker
|
# With Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user