Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjp authored Oct 24, 2024
1 parent 154e8df commit ac449c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AxonOps CSV Extractor is a Python utility designed to extract data from Axon

You simply add your AxonOps API keys as environment variables, create a report config (see `data/queryconfig/query_config_example.json`) and then run `axonops_csv_extractor.py`.

To get it working, load the `requirements.txt` into your Python environment and then run the Python script `axonops_csv_extractor.py`
To get it working, load the Python dependencies in `requirements.txt` into your Python environment and then run the Python script `axonops_csv_extractor.py`
```
usage: axonops_csv_extractor.py [-h] -o OUTPUTDIR -q QUERYCONFIG -m MONTHOFYEAR [-d]
Expand Down

0 comments on commit ac449c5

Please sign in to comment.