# Notebook with fee analysis ## Requirements * python3 * (virtualenv)[https://pypi.org/project/virtualenv/] ## Steps to run * `virtualenv .venv` * `source .venv/bin/activate` * `pip install -r requirements.txt` * `jupyter notebook` * a browser tab should launch with the files in this directory * open `main_notebook.ipynb` * The notebook has the information on how to proceed