From 1a8a88c5bc240bc081245b366b9ba88805aafb7f Mon Sep 17 00:00:00 2001 From: lakhia13 Date: Sun, 13 Oct 2024 17:31:22 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1569b..b9ca042 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # Steps to init - just need to do this one time -`python -m venv .venv` +```sh +python -m venv .venv +``` + +```sh +source .venv/bin/active +``` +- To install streamlit +``` +pip install streamlit CookieManager json os datetime requests +``` +After the rust server is active, you can start running the python service +``` +streamlit run main.py +``` \ No newline at end of file