Installation#

Ensure you have Python installed with a version between 3.9 and 3.12.

Installation with pip#

Install the latest version of dhlab in your (Unix) terminal with pip:

pip install -U dhlab

Installation from github#

  • Ensure you have git installed on your system.

  • Open your terminal in the file location you will work with DHLAB.

git clone https://github.com/NationalLibraryOfNorway/DHLAB.git
cd DHLAB
pip install -U -e .