Skip to content

Update README #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Download
--------

You can access the Hdlparse Git repository from `Github
<https://github.com/vvvverre/hdlparse>`_. You can install direct from PyPI with the "pip"
<https://github.com/hdl/pyhdlparser>`_. You can install direct from PyPI with the "pip"
command if you have it available.

Installation
Expand All @@ -34,24 +34,17 @@ You need to have the Python setuptools installed first. If your OS has a package

> pip install setuptools

The easiest way to install Hdlparse is from `PyPI <https://pypi.python.org/pypi/hdlparse>`_.

.. code-block:: sh

> pip install --upgrade hdlparse

This will download and install the latest release, upgrading if you already have it installed. If you don't have ``pip`` you may have the ``easy_install`` command available which can be used to install ``pip`` on your system:
If you don't have ``pip`` you may have the ``easy_install`` command available which can be used to install ``pip`` on your system:

.. code-block:: sh

> easy_install pip


You can also use ``pip`` to get the latest development code from Github:
You can use ``pip`` to get the latest development code from Github:

.. code-block:: sh

> pip install --upgrade https://github.com/vvvverre/hdlparse/tarball/master
> pip install --upgrade https://github.com/hdl/pyhdlparser/tarball/master

If you manually downloaded a source package or created a clone with Git you can install with the following command run from the base Hdlparse directory:

Expand Down