From 49a95dedd3f8bff244f90e6cd1bc6ebb69bdadfe Mon Sep 17 00:00:00 2001 From: lazychih114 <55657767+Aaron617@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:11:42 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9627e95..849b438 100644 --- a/README.md +++ b/README.md @@ -41,21 +41,25 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas + + + + # 🔥 News - **[2025.03.07]**: We open-source the codebase of 🦉 OWL project. -## 🛠️ Installation +# 🛠️ Installation -### **Clone the Github repository** +## **Clone the Github repository** ```bash git clone https://github.com/camel-ai/owl.git cd owl ``` -### **Set up Environment** +## **Set up Environment** Using Conda (recommended): ```bash @@ -72,20 +76,20 @@ owl_env\Scripts\activate source owl_env/bin/activate ``` -### **Install Dependencies** +## **Install Dependencies** ```bash python -m pip install -r requirements.txt ``` -### **Setup Environment Variables** +## **Setup Environment Variables** In the `owl/.env_example` file, you will find all the necessary API keys along with the websites where you can register for each service. To use these API services, follow these steps: 1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`. 2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields. -## 🚀 Quick Start +# 🚀 Quick Start Run the following minimal example: