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 + ---