Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 647 Bytes

File metadata and controls

30 lines (22 loc) · 647 Bytes
title description icon
Installation
Installing AgentStack is super easy!
cloud-arrow-down

Use your favorite package manager

pip install agentstack
brew tap agentstack-ai/tap
brew install agentstack
Conda is not supported at this time. AgentStack uses Poetry in your project which [does not play well with Conda](agentstack-ai/AgentStack#40).

After installing

Run agentstack --version to verify that the CLI is installed and accessible.

Congrats! You now have AgentStack installed in your environment