{: .virtualenv} Create a virtual environment.
{: .virtualenv}
virtualenv env
source env/bin/activate
{: .shell-sh}
Install the {{ package }}
package.
pip install -U {{ package }}
{: .shell-powershell}
Install the {{ package }}
package in PowerShell.
python -m pip install -U {{ package }}