This project was originally set up on OSX 10.13.6 using Pipenv and Python 3.7.
Install Pipenv. See full instructions/documentation here.
$ brew install pipenv
Note: This is not necessary as is. The intent was to manage whatever I found this way.
$ pipenv install
$ cat file.csv | pipenv run python parser.py
Need to add testing!