diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-05 10:22:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 10:22:01 +0200 |
commit | d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c (patch) | |
tree | 967fd78be58f84eeb5781d818d21abc68d012008 /README.md | |
parent | Merge pull request #443 from TheTrueShell/main (diff) | |
parent | Update requirements (diff) | |
download | gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar.gz gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar.bz2 gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar.lz gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar.xz gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.tar.zst gpt4free-d08fa7bb07ed74304a1ccf3f7e55f137c52c1e7c.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |