Skip to content

Installation as a user

To use this library create either a Python virtual environment or conda environment.

The library can be used on Windows, Mac, or Unix, provided a Python version is installed. Exemplified for using a Python virtual environment and Python 3.12, firstly you should create a virtual environment — if you do not have one yet — in a directory on your local computer or server.

python3 -m venv .py3.12
source .py3.12/bin/activate

If you already have such environment or just created one, proceed with installing the library:

pip install ifes_apt_tc_data_modeling[ipynb]

This will install the module and jupyterlab whereby the notebook with examples become executable. The jupyterlab server is started with.

jupyter-lab

The notebook to run is the following examples/ExamplesForUsersOrDevelopers.ipynb