aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e514bdf..0a3ba69 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,6 @@ a content based movie recommendation system
poetry shell # python3 -m venv my_env && source my_env/bin/activate
poetry install
waitress-serve --port=8041 app:app
-``` \ No newline at end of file
+```
+
+Don't forget to set `PINECONE_API_DEFAULT` \ No newline at end of file