Installation
There are two methods to install VSG.
PIP
The most recent released version is hosted on PyPI. It can be installed using pip.
pip install vsg --use-pep517
This is the preferred method for installing VSG.
Git Hub
The latest development version can be cloned from the git hub repo.
git clone https://github.com/jeremiah-c-leary/vhdl-style-guide.git
Install prerequisites.
pip install tox
Build locally, artifacts will appear in dist
directory.
tox