Installation

Option 1: Install the incomevis library from PyPI

This installs the latest released version.

Within the environment created above, execute:

pip install incomevis

To use the example scripts or tutorial folder, you’ll have to download them from the repository.

Option 2: Create editable installation from source

This installs the latest version from the repository, which might not yet be officially released on PyPI.

Within the environment created above, execute:

git clone https://github.com/sangttruong/incomevis.git
cd pensa
pip install -e .