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