pull/1188/head
Kye Gomez 4 days ago
parent 23f1fd7188
commit 6680d45edc

@ -86,12 +86,10 @@ $ poetry add swarms
# Clone the repository # Clone the repository
$ git clone https://github.com/kyegomez/swarms.git $ git clone https://github.com/kyegomez/swarms.git
$ cd swarms $ cd swarms
$ pip install -r requirements.txt
# Install with pip
$ pip install -e .
``` ```
### Using Docker <!-- ### Using Docker
The easiest way to get started with Swarms is using our pre-built Docker image: The easiest way to get started with Swarms is using our pre-built Docker image:
@ -107,7 +105,7 @@ $ docker run -it --rm -v $(pwd):/app kyegomez/swarms:latest bash
$ docker-compose up -d $ docker-compose up -d
``` ```
For more Docker options and advanced usage, see our [Docker documentation](/scripts/docker/DOCKER.md). For more Docker options and advanced usage, see our [Docker documentation](/scripts/docker/DOCKER.md). -->
--- ---

Loading…
Cancel
Save