pull/459/head^2
Kye 8 months ago
parent ea62d98887
commit 4e64014974

@ -16,7 +16,7 @@ Swarms provides you with all the building blocks you need to build reliable, pro
## 💻 Install ## 💻 Install
You can install `swarms` with pip in a You can install `swarms` with pip in a
[**Python>=3.8**](https://www.python.org/) environment. [**Python>=3.10**](https://www.python.org/) environment.
!!! example "pip install (recommended)" !!! example "pip install (recommended)"

@ -12,7 +12,7 @@
# Installation Guide # Installation Guide
You can install `swarms` with pip in a You can install `swarms` with pip in a
[**Python>=3.8**](https://www.python.org/) environment. [**Python>=3.10**](https://www.python.org/) environment.
!!! example "pip install (recommended)" !!! example "pip install (recommended)"

@ -96,13 +96,17 @@ markdown_extensions:
- footnotes - footnotes
nav: nav:
- Home: - Home:
- Installation:
- Overview: "index.md" - Overview: "index.md"
- Install: "install.md" - Install: "install.md"
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md" - Docker Setup: docker_setup.md
- Limitations of Individual Agents: "limits_of_individual_agents.md" - Usage Examples:
- Build an Agent: "diy_your_own_agent.md" - Build an Agent: "diy_your_own_agent.md"
- Build an Agent with tools: "examples/tools_agents.md" - Build an Agent with tools: "examples/tools_agents.md"
- Docker Setup: docker_setup.md - What & Why?:
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md"
- Limitations of Individual Agents: "limits_of_individual_agents.md"
- Swarms Cloud API: - Swarms Cloud API:
- Overview: "swarms_cloud/main.md" - Overview: "swarms_cloud/main.md"
- Available Models: "swarms_cloud/available_models.md" - Available Models: "swarms_cloud/available_models.md"

Loading…
Cancel
Save