summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlter Ego <0x7c48@gmail.com>2023-05-05 01:09:13 +0200
committerAlter Ego <0x7c48@gmail.com>2023-05-05 01:09:13 +0200
commit3a99f1d5773479cee84dfd429f7a07fd0ed15c2e (patch)
tree967fd78be58f84eeb5781d818d21abc68d012008 /README.md
parentMerge pull request #443 from TheTrueShell/main (diff)
downloadgpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar.gz
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar.bz2
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar.lz
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar.xz
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.tar.zst
gpt4free-3a99f1d5773479cee84dfd429f7a07fd0ed15c2e.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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 <a name="docker-instructions"></a>
Build