.. _`installation`: Installation ============ .. note:: See also `general LiberTEM installation instructions `_ for information on setting up an environment for LiberTEM. LiberTEM-blobfinder is designed to be installable without the main LiberTEM package to use some of the functionality in other projects. Installing with .. code-block:: shell $ pip install libertem-blobfinder only installs the minimum set of dependencies to use :mod:`libertem_blobfinder`. Optional dependencies are managed through extras. The full set of dependencies, notably LiberTEM, can be installed with .. code-block:: shell $ pip install libertem-blobfinder[udf] The extra :code:`udf` installs dependencies for :mod:`libertem_blobfinder.udf` allowing blobfinder to be used on LiberTEM :class:`~libertem.io.dataset.base.DataSet` objects. Please note that this package is part of a `larger restructuring effort for LiberTEM `_. That means changes in the set of dependencies and import locations can be expected. Installing from a Git clone --------------------------- For using the latest features or development work, you can install from a Git clone: .. code-block:: shell $ git clone https://github.com/LiberTEM/LiberTEM-blobfinder $ cd LiberTEM-blobfinder $ pip install -e .