Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 522 Bytes

installing.rst

File metadata and controls

32 lines (18 loc) · 522 Bytes

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

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

Then installed using the setup.py file.

python setup.py install