Skip to content

Installation

From pip:

pip install hololinked

From conda:

pip install aiomqtt
conda install -c conda-forge hololinked

One may also clone it from github & install directly (in develop mode):

git clone --no-recurse-submodules https://github.com/hololinked-dev/hololinked.git
# the submodules can be quite hefty and are not necessary
cd hololinked
pip install -e .

With uv:

git clone --no-recurse-submodules https://github.com/hololinked-dev/hololinked.git
cd hololinked
uv venv
source .venv/bin/activate # for Linux/Mac
.venv\Scripts\activate # for Windows
uv sync