File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2022Create AI agent projects from the command line.
2123
@@ -53,7 +55,7 @@ Create a project, and you're good to go.
5355To create a new agent project, run:
5456
5557``` sh
56- uv pip install agentstack
58+ uv pip install agentstack # or other install method
5759agentstack init < project_name>
5860```
5961
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ description: 'Installing AgentStack is super easy!'
44icon : ' 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
915brew tap agentops-ai/tap
You can’t perform that action at this time.
0 commit comments