From 0be196b39ffaa9e0d8788b3b636769fac1f06ebb Mon Sep 17 00:00:00 2001 From: Kye Gomez <98760976+kyegomez@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:28:40 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be124ec8..be04e1a1 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Swarms is an enterprise grade and production ready multi-agent collaboration fra ## Requirements - `python3.10` or above! - `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY` +- Set an ENV Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"` - `$ pip install -U swarms` And, don't forget to install swarms! ## Install 💻