Merge pull request #452 from ego/feature/requirements-and-docs

Update requirements
This commit is contained in:
t.me/xtekky 2023-05-05 09:22:01 +01:00 committed by GitHub
commit d08fa7bb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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 <a name="docker-instructions"></a>
Build

View File

@ -13,3 +13,5 @@ https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
pydantic
pymailtm
Levenshtein
xtempmail
faker