From 0fb6f643daa754a41cf78e1c653e825b005a1d02 Mon Sep 17 00:00:00 2001 From: philsv <35413649+philsv@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:04:25 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7604863..a90160a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ from myeia.api import API eia = API() ``` +## Prerequisites + +```bash +# Create your personal .env file +cp .env.example .env +``` + By Default the EIA class will look for your API `EIA_TOKEN`. If you have registered for an API key you can set it in your `.env` file.