aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8be0356..e514bdf 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# FlixRec
-a content based movie recommendation system \ No newline at end of file
+a content based movie recommendation system
+
+## Deploy Flask App
+
+```
+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