Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philsv authored Nov 7, 2023
1 parent 00751ac commit 0fb6f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0fb6f64

Please sign in to comment.