Skip to content

Commit bf38f34

Browse files
committed
new install method docs
1 parent 969784b commit bf38f34

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ AgentStack scaffolds your _agent stack_ - The tech stack that collectively is yo
1212
### Install AgentStack
1313

1414
```sh
15-
pip install agentstack
16-
agentstack init <project_name>
15+
curl --proto '=https' --tlsv1.2 -LsSf https://install.agentstack.sh | sh
1716
```
1817

18+
or python [other install methods](https://docs.agentstack.sh/installation)
19+
20+
### Start your agent!
1921

2022
Create AI agent projects from the command line.
2123

@@ -53,7 +55,7 @@ Create a project, and you're good to go.
5355
To create a new agent project, run:
5456

5557
```sh
56-
uv pip install agentstack
58+
uv pip install agentstack # or other install method
5759
agentstack init <project_name>
5860
```
5961

docs/installation.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: 'Installing AgentStack is super easy!'
44
icon: 'cloud-arrow-down'
55
---
66

7+
## Using our Installer
8+
_We recommend using this method_
9+
```bash
10+
curl --proto '=https' --tlsv1.2 -LsSf https://install.agentstack.sh | sh
11+
```
12+
713
## Installing with Brew
814
```bash
915
brew tap agentops-ai/tap

0 commit comments

Comments
 (0)