aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:55:56 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:55:56 +0100
commit3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd (patch)
treebb5e06760c6757a2697df7e6efb88bba5821f7c1 /pyGHDL
parentd5b65813b36bf0e179d514ebd872a8b4f5cc79e7 (diff)
parent262c531cd39412ee3ea1e019f102b9cbfc698da0 (diff)
downloadghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.tar.gz
ghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.tar.bz2
ghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.zip
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/lsp/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/lsp/README b/pyGHDL/lsp/README
index c82ccc4d4..f9595f15f 100644
--- a/pyGHDL/lsp/README
+++ b/pyGHDL/lsp/README
@@ -9,7 +9,7 @@ develop tools around the parser and analyzer.
To install:
1) First install ghdl (add --enable-python during configuration).
This is needed so that the libraries are available
-2) In ghdl/python, install pyghdl. There is a setup.py script, so you can do:
+2) In ghdl, install pyGHDL. There is a setup.py script, so you can do:
$ pip install .
To install for development: pip install -e .
Add --user to install in your home directory.