diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:35:32 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 23:06:51 +0100 |
commit | 5220d76eb17d0a2184fc4f5142c702f8e6544dac (patch) | |
tree | c10a257dd2fc0fe487835d7a998cfd1377e4e837 /pyGHDL/lsp | |
parent | 1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (diff) | |
download | ghdl-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/README | 2 |
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. |