Skip to content

Commit

Permalink
indicate python 3.10+ required and alternate git install (openai#38)
Browse files Browse the repository at this point in the history
* fix mutable default

* indicate 3.10+ required and https git install
  • Loading branch information
zzstoatzz authored Oct 12, 2024
1 parent 2571f38 commit 5b9d9c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ An ergonomic, lightweight multi-agent orchestration framework.
## Install

Requires Python 3.10+

```shell
pip install git+ssh://[email protected]/openai/swarm.git
```

or

```shell
pip install git+https://github.com/openai/swarm.git
```

## Usage

```python
Expand Down Expand Up @@ -340,6 +348,7 @@ run_demo_loop(agent, stream=True)
```

# Contributors

- Ilan Bigio - [ibigio](https://github.com/ibigio)
- James Hills - [jhills20](https://github.com/jhills20)
- Shyamal Anadkat - [shyamal-anadkat](https://github.com/shyamal-anadkat)
Expand Down

0 comments on commit 5b9d9c0

Please sign in to comment.