Analysis of the LEAP service impact measures for domains 2 and 3
To run this project, you will need Poetry installed To install Poetry:
# You need pipx to ensure that your poetry install is clean
brew install pipx
pipx install poetry
# `poetry install` creates a venv for this project
# Ensure that you are in this project's directory in your terminal before running this
poetry install
# Run the run_file with the created Venv
poetry run python run_file.py
# This runs Pytest in watch mode
poetry run ptw