Installation
We recommend installing HBSIR in a virtual environment to avoid conflicts with other Python packages.
Setting Up a Virtual Environment
-
Create a virtual environment
-
Activate the virtual environment
For more information go to the venv documentation or the Real Python tutorial on virtual environments.
Installing HBSIR
-
Install the latest stable version from PyPI
-
Alternatively, install the development version from GitHub