From 6680d45edc805dea1c45f91cf50afe3ecc840074 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 10 Nov 2025 00:16:42 -0800 Subject: [PATCH] readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 407e2156..20f7b14a 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,10 @@ $ poetry add swarms # Clone the repository $ git clone https://github.com/kyegomez/swarms.git $ cd swarms - -# Install with pip -$ pip install -e . +$ pip install -r requirements.txt ``` -### Using Docker + ---