From 6e27af658b806dd130c07a1c38f4cd9ed7bd744b Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 4 Oct 2023 15:27:36 -0400 Subject: [PATCH] readme cleanup --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index ea2871b0..36c5762b 100644 --- a/README.md +++ b/README.md @@ -32,28 +32,8 @@ We're hiring: Engineers, Researchers, Interns And, salesprofessionals to work on ---------- ## Installation - -There are 2 methods, one is through `git clone` and the other is by `pip install swarms`. Check out the [DOCUMENTATION](DOCS/DOCUMENTATION.md) for more information on the classes. - * Pip install `pip3 install swarms` -* Create new python file and unleash superintelligence - -```python - -from swarms import Worker - - -node = Worker( - openai_api_key="", - ai_name="Optimus Prime", -) - -task = "What were the winning boston marathon times for the past 5 years (ending in 2022)? Generate a table of the year, name, country of origin, and times." -response = node.run(task) -print(response) -``` - --- ## Usage