Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ego committed May 4, 2023
1 parent 7cd8a58 commit 3a99f1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
pydantic
pymailtm
Levenshtein
xtempmail
faker

0 comments on commit 3a99f1d

Please sign in to comment.