Skip to content

Getting started

Fabio Cumbo edited this page Aug 22, 2023 · 3 revisions

hdlib is a Python 3 package for building Vector-Symbolic Architectures. It is available on the Python Package Index and Conda.

Installing hdlib

The package can be installed through pip by typing the following command in your terminal:

pip install hdlib

It can also be installed through the conda package manager by typing:

conda conda install -c conda-forge hdlib

Dependencies

hdlib is purely implemented in Python 3 and relies exclusively on numpy v1.22.3 or higher. It does not require any other external software dependencies.