From 032fa8b2975f124e903e99ceec25a35bf233d858 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 22 May 2022 12:01:06 -0600 Subject: [PATCH] added info abou tenv variable --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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