Installation#
DeepLUQ can be installed either from source or from PyPI.
Option 1: Install from source#
Download the latest release from the releases page, then install the downloaded archive:
pip install deepluq-0.1.5.tar.gz
Option 2: Install from PyPI#
Install the latest published version:
pip install deepluq
Or install a specific version:
pip install deepluq==0.1.5