You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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]>
Copy file name to clipboardExpand all lines: README.rst
+4-11
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Download
20
20
--------
21
21
22
22
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"
24
24
command if you have it available.
25
25
26
26
Installation
@@ -34,24 +34,17 @@ You need to have the Python setuptools installed first. If your OS has a package
34
34
35
35
> pip install setuptools
36
36
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:
44
38
45
39
.. code-block:: sh
46
40
47
41
> easy_install pip
48
42
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:
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:
0 commit comments