aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-28 20:35:32 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-28 23:06:51 +0100
commit5220d76eb17d0a2184fc4f5142c702f8e6544dac (patch)
treec10a257dd2fc0fe487835d7a998cfd1377e4e837 /pyGHDL/lsp
parent1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (diff)
downloadghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.tar.gz
ghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.tar.bz2
ghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.zip
scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordingly
Diffstat (limited to 'pyGHDL/lsp')
-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.