- Notifications
You must be signed in to change notification settings - Fork 3
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.
The package can be installed through pip by typing the following command in your terminal:
pip install hdlibIt can also be installed through the conda package manager by typing:
conda conda install -c conda-forge hdlibhdlib 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.