Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AlphaSwarm is a starter kit for building LLM-powered AI agents that interpret na
- Python 3.11 or higher
- Download and install Python from [here](https://www.python.org/downloads/)
- Verify installation with `python --version`
- [Poetry](https://python-poetry.org/docs/) (package manager)
- [Poetry](https://python-poetry.org/docs/) 2.1 or higher (package manager)
- Install Poetry with `pipx install poetry`
- Verify installation with `poetry --version`
- Basic understanding of crypto trading concepts
Expand Down