Process Appendix 5a data Implementation steps Create and activate a virtual environment, e.g. python3 -m venv venv/ source venv/bin/activate Install necessary Python modules via pip3 install -r requirements.txt Usage To pull the necessary data from gov.uk: python3 process.py How it works Documentation can be found here.