There was an error while loading. Please reload this page.
Documents/PycharmProjects/TLOmodel
conda create -n tlo38 python=3.8
conda activate tlo38
pip install -r requirements/dev.txt
pip install -e .
pytest tests/test_basic_sims.py