File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
1527If 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
3951pip 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
You can’t perform that action at this time.
0 commit comments