### Requirements
- python 3.8

### Installation
```
cp .env.shadow .env
```

### Set up a virtual Python environment
```
$ python -m venv env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
```

### Running
When all dependencies have been installed, you can run the script using below command:
```
(env) $ python ingest_adjustments.py -p <statement-period> -e <qa or prod> -f <file-path>
```