From d3113391e6f818a6506527ad77c4cb40a37f11fa Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Fri, 19 Jan 2024 08:36:36 +0400 Subject: [PATCH] Updated readme to include pip --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56213272..626fc9dd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d3288527..35d3257c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "agency-swarm" dynamic = ["version"] authors = [{ name = "VRSEN", email = "arseny9795@gmail.com" }] -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 = [