-
Couldn't load subscription status.
- Fork 15
Python environment upgrade
Asif Tamuri edited this page Feb 2, 2021
·
3 revisions
- Commit all your changes on your local branch
- Switch to master branch
- Close Pycharm
- Start Anaconda Prompt (Windows) or Terminal (MacOS)
- Go to the TLOmodel directory (e.g.
Documents/PycharmProjects/TLOmodel) conda create -n tlo38 python=3.8- Press 'y' to proceed
conda activate tlo38pip install -r requirements/dev.txtpip install -e .pytest tests/test_basic_sims.py- Start Pycharm
- Switch environment to use tlo38
- Switch back to your working branch and merge master into current
TLO Model Wiki