Installation

There are two methods to install HCM: PIP and Git Hub.

PIP

The most recent released version is hosted on PyPI. It can be installed using pip.

pip install hcm

This is the preferred method for installing HCM.

Git Hub

The latest development version can be cloned from the git hub repo.

git clone https://github.com/jeremiah-c-leary/hdl-component-manager.git

Then installed using the setup.py file.

python setup.py install