Understanding personal protective behaviours and opportunities for interventions: Results from a multi-method investigation of cross-sectional data.
To run the jupyter notebooks in this repository, you will need to run the following:
git clone git@github.com:Citizen-Shield/multi-method-protective-behaviour.gitto clone the repositoryconda create -n multi_meth_env python=3.9to create a new conda environmentconda activate multi_meth_envto activate the environment orpython3 -m venv venvto create a new virtual environmentsource venv/bin/activateto activate the environmentpip install -r notebook-requirements.txtto install the required packages