lazychih114
commited on
Commit
·
d191efd
1
Parent(s):
95cb872
fix typo
Browse files
README.md
CHANGED
@@ -47,9 +47,9 @@ python -m pip install -r requirements.txt
|
|
47 |
|
48 |
### **Setup Environment Variables**
|
49 |
|
50 |
-
In the
|
51 |
|
52 |
-
1. *Copy and Rename*: Duplicate the `.
|
53 |
2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields.
|
54 |
|
55 |
## 🚀 Quick Start
|
|
|
47 |
|
48 |
### **Setup Environment Variables**
|
49 |
|
50 |
+
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:
|
51 |
|
52 |
+
1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`.
|
53 |
2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields.
|
54 |
|
55 |
## 🚀 Quick Start
|