Install emodpy-hiv#
Follow the steps below to install emodpy-hiv.
Open a command prompt and create a virtual environment in any directory you choose. The command below names the environment “v-emodpy-hiv”, but you may use any desired name:
python -m venv v-emodpy-hiv
Activate the virtual environment:
For Windows, enter the following:
v-emodpy-hiv\Scripts\activate
For Linux, enter the following:
source v-emodpy-hiv/bin/activate
Install emodpy-hiv packages:
pip install emodpy-hiv
If you are on Linux, also run:
pip install keyrings.alt
When you are finished, deactivate the virtual environment by entering the following at a command prompt:
deactivate