install docs fix

dependabot/pip/pydantic-2.11.7
Kye Gomez 2 weeks ago
parent 3bc92755ff
commit 470e666a95

@ -2,6 +2,7 @@
[![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/jM3Z6M9uMq) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@kyegomez3242) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kye-g-38759a207/) [![Follow on X.com](https://img.shields.io/badge/X.com-Follow-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/swarms_corp) [![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/jM3Z6M9uMq) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@kyegomez3242) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kye-g-38759a207/) [![Follow on X.com](https://img.shields.io/badge/X.com-Follow-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/swarms_corp)
## Swarms Installation ## Swarms Installation
```bash ```bash
@ -45,12 +46,12 @@ Here you'll find references about the Swarms framework, marketplace, community,
| Section | Links | | Section | Links |
|----------------------|--------------------------------------------------------------------------------------------| |----------------------|--------------------------------------------------------------------------------------------|
| Swarms Python Framework Docs | [Framework Docs](https://docs.swarms.world/en/latest/swarms/install/install/) | | Swarms Python Framework Docs | [Framework Docs](https://docs.swarms.world/en/latest/swarms/install/install/) |
| Swarms Cloud API | [Cloud API](https://docs.swarms.world/en/latest/swarms_cloud/launch/) | | Swarms Cloud API | [Cloud API](https://docs.swarms.world/en/latest/swarms_cloud/swarms_api/) |
| Swarms Marketplace API | [Marketplace API](https://docs.swarms.world/en/latest/swarms_platform/) | | Swarms Marketplace API | [Marketplace API](https://docs.swarms.world/en/latest/swarms_platform/) |
| Swarms Memory Systems | [Memory Systems](https://docs.swarms.world/en/latest/swarms_memory/) | | Swarms Memory Systems | [Memory Systems](https://docs.swarms.world/en/latest/swarms_memory/) |
| Available Models | [Models Overview](https://docs.swarms.world/en/latest/swarms/models/) | | Available Models | [Models Overview](https://docs.swarms.world/en/latest/swarms/models/) |
| Swarms Tools | [Tools Overview](https://docs.swarms.world/en/latest/swarms_tools/overview/) | | Swarms Tools | [Tools Overview](https://docs.swarms.world/en/latest/swarms_tools/overview/) |
| Example Applications | [Examples](https://docs.swarms.world/en/latest/swarms/examples/unique_swarms/) | | Example Applications | [Examples](https://docs.swarms.world/en/latest/swarms/examples) |
| Swarms Corp Github | [Swarms Corp GitHub](https://github.com/The-Swarm-Corporation) | | Swarms Corp Github | [Swarms Corp GitHub](https://github.com/The-Swarm-Corporation) |

@ -286,12 +286,12 @@ Before you begin, ensure you have the following installed:
} }
``` ```
## Javascript ## Rust
=== "NPM install (Work in Progress)" === "Cargo install"
Get started with the NPM implementation of Swarms: Get started with the Rust implementation of Swarms:
```bash ```bash
npm install swarms-js cargo add swarms-rs
``` ```

Loading…
Cancel
Save