Skip to content

Commit a4fad04

Browse files
authored
Update README (#9)
- Update URLs to point to hdl/pyHDLParser, not vvvverre/hdlparse. - Remove the pip installation command, as the PyPI version is out of date. Signed-off-by: Wouter van Verre <[email protected]>
1 parent 999a8dd commit a4fad04

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.rst

+4-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Download
2020
--------
2121

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

2626
Installation
@@ -34,24 +34,17 @@ You need to have the Python setuptools installed first. If your OS has a package
3434
3535
> pip install setuptools
3636
37-
The easiest way to install Hdlparse is from `PyPI <https://pypi.python.org/pypi/hdlparse>`_.
38-
39-
.. code-block:: sh
40-
41-
> pip install --upgrade hdlparse
42-
43-
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:
37+
If you don't have ``pip`` you may have the ``easy_install`` command available which can be used to install ``pip`` on your system:
4438

4539
.. code-block:: sh
4640
4741
> easy_install pip
4842
49-
50-
You can also use ``pip`` to get the latest development code from Github:
43+
You can use ``pip`` to get the latest development code from Github:
5144

5245
.. code-block:: sh
5346
54-
> pip install --upgrade https://github.com/vvvverre/hdlparse/tarball/master
47+
> pip install --upgrade https://github.com/hdl/pyhdlparser/tarball/master
5548
5649
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:
5750

0 commit comments

Comments
 (0)