From 3a99f1d5773479cee84dfd429f7a07fd0ed15c2e Mon Sep 17 00:00:00 2001 From: Alter Ego <0x7c48@gmail.com> Date: Fri, 5 May 2023 01:09:13 +0200 Subject: Update requirements --- README.md | 8 ++++++++ requirements.txt | 2 ++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 95172f98..b3b04a4e 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Download or clone this GitHub repo install requirements with: ```sh +python3 -m venv venv +. venv/bin/activate pip3 install -r requirements.txt ``` @@ -147,6 +149,12 @@ pip3 install -r requirements.txt Move `streamlit_app.py` from `./gui` to the base folder then run: `streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py` +```sh +cp gui/streamlit_app.py . +streamlit run streamlit_app.py +``` + + ## Docker Build diff --git a/requirements.txt b/requirements.txt index bc46bc70..17d5d4b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,5 @@ https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip pydantic pymailtm Levenshtein +xtempmail +faker -- cgit v1.2.3