added info abou tenv variable
This commit is contained in:
parent
483b22311c
commit
032fa8b297
|
@ -8,4 +8,6 @@ a content based movie recommendation system
|
||||||
poetry shell # python3 -m venv my_env && source my_env/bin/activate
|
poetry shell # python3 -m venv my_env && source my_env/bin/activate
|
||||||
poetry install
|
poetry install
|
||||||
waitress-serve --port=8041 app:app
|
waitress-serve --port=8041 app:app
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Don't forget to set `PINECONE_API_DEFAULT`
|
Loading…
Reference in New Issue