Skip to content

Commit 2f5d120

Browse files
authored
Update README.md
1 parent 989bc9d commit 2f5d120

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ The project provides a CLI tool that retrieves electric and gas utility tariff d
1010
- `RATEACUITY_USERNAME` and `RATEACUITY_PASSWORD`
1111
- Google Chrome or Chromium installed locally (for RateAcuity)
1212

13+
## Configuration
14+
15+
Populate a `.env` file (or export the variables manually). Only set the values you need.
16+
17+
```
18+
ARCADIA_APP_ID=...
19+
ARCADIA_APP_KEY=...
20+
OPENEI_API_KEY=...
21+
RATEACUITY_USERNAME=...
22+
RATEACUITY_PASSWORD=...
23+
```
24+
1325
## Running CLI with uvx
1426

1527
If you have [uv](https://github.com/astral-sh/uv/releases) installed, you can run the cli simply with
@@ -39,18 +51,6 @@ source .venv/bin/activate
3951
pip install -e .
4052
```
4153

42-
## Configuration
43-
44-
Populate a `.env` file (or export the variables manually). Only set the values you need.
45-
46-
```
47-
ARCADIA_APP_ID=...
48-
ARCADIA_APP_KEY=...
49-
OPENEI_API_KEY=...
50-
RATEACUITY_USERNAME=...
51-
RATEACUITY_PASSWORD=...
52-
```
53-
5454
## Running the CLI
5555

5656
```bash

0 commit comments

Comments
 (0)