Install emodpy-hiv#

Follow the steps below to install emodpy-hiv.

  1. 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
    
  2. 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
      
  3. Install emodpy-hiv packages:

    pip install emodpy-hiv
    

    If you are on Linux, also run:

    pip install keyrings.alt
    
  4. When you are finished, deactivate the virtual environment by entering the following at a command prompt:

    deactivate