Skip to content

Commit

Permalink
Quicker start!
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 11, 2023
1 parent a283889 commit 6f1517d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 2 additions & 8 deletions docs/1-Getting started/Quick Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ Open a terminal and run the following commands:
```
git clone https://github.com/Josh-XT/AGiXT
cd AGiXT
pip install --upgrade pip
pip install -r requirements.txt
playwright install --with-deps
cd streamlit
streamlit run Main.py
./AGiXT.sh
```

Any time you want to run AGiXT after that, you can just run `./AGiXT.sh` from the AGiXT directory. This will pull the latest changes from the main branch then launch AGiXT.

You may have to press `Ctrl+C` multiple times to stop AGiXT running in the terminal due to it running multiple processes.
Follow the prompts to install the required dependencies. Any time you want to run AGiXT in the future, just run `./AGiXT.sh` again.

- Access the web interface at http://localhost:8501
- Access the AGiXT API documentation at http://localhost:7437
Expand Down
8 changes: 2 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,10 @@ Open a terminal and run the following commands:
```
git clone https://github.com/Josh-XT/AGiXT
cd AGiXT
pip install --upgrade pip
pip install -r requirements.txt
playwright install --with-deps
cd streamlit
streamlit run Main.py
./AGiXT.sh
```

You may have to press `Ctrl+C` multiple times to stop AGiXT running in the terminal due to it running multiple processes.
Follow the prompts to install the required dependencies. Any time you want to run AGiXT in the future, just run `./AGiXT.sh` again.

- Access the web interface at http://localhost:8501
- Access the AGiXT API documentation at http://localhost:7437
Expand Down

0 comments on commit 6f1517d

Please sign in to comment.