Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 424 Bytes

covid_app

Application code using pymod_covid.

If you are starting by git cloning this repo, you'll need to do the following single step of setup:

  python3 -m pip install dtk_generic_intrahost --index-url https://packages.idmod.org/api/pypi/pypi-production/simple --upgrade --force-reinstall --no-cache-dir

The force-reinstall and no-cache-dir may not be necessary if this is the first time you are installing.