Skip to content

Commit

Permalink
Updated readme to include pip
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 19, 2024
1 parent 8285288 commit d311339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Agency Swarm is an open-source agent orchestration framework designed to automat
## Installation

```bash
pip install git+https://github.com/VRSEN/agency-swarm.git
pip install agency-swarm
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "agency-swarm"
dynamic = ["version"]
authors = [{ name = "VRSEN", email = "[email protected]" }]
description = "An opensource agent orchestration frameworks built on top of the latest OpenAI Assistants API."
description = "An open source agent orchestration framework built on top of the latest OpenAI Assistants API."
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit d311339

Please sign in to comment.