This reduced repo includes qld-specific agent-based model using covasim, and the minimal amount of data inherited from nsw and vic cases.
- Install Anaconda/Miniconda, or any other Python distro of choice.
- Create a new environment to have all the covid related libraries (Python >= 3.6).
- Activate your environment.
- Go to directory
covasim-australia-qld/
- Run
pip install covasim
-- this command installs covasim. Version used to develop and test is covasim 1.7.6. - Run
python setup.py install
-- this command installs the classed and funs incovasim_australia/
- Set up
PYTHONPATH
asexport PYTHONPATH=/home/user/you/path/to/covasim-qld-model:$PYTHONPATH
That's it. Scripts sould run now.