add info to setup script
This commit is contained in:
parent
bd84bd3f1d
commit
85d26d2d65
|
@ -25,3 +25,4 @@ echo "install multimarkdown (windows bin release + add to emacs path like sqlite
|
||||||
echo "pacman -S mingw-w64-x86_64-{emacs,emacs-pdf-tools-server,imagemagick} in msys2"
|
echo "pacman -S mingw-w64-x86_64-{emacs,emacs-pdf-tools-server,imagemagick} in msys2"
|
||||||
echo "pacman -S mingw-w64-x86_64-texlive-full in msys2"
|
echo "pacman -S mingw-w64-x86_64-texlive-full in msys2"
|
||||||
echo "pacman -S mingw-w64-x86_64-aspell mingw-w64-x86_64-hunspell mingw-w64-x86_64-hunspell-en in msys2"
|
echo "pacman -S mingw-w64-x86_64-aspell mingw-w64-x86_64-hunspell mingw-w64-x86_64-hunspell-en in msys2"
|
||||||
|
echo "pip install 'python-lsp-server[all]' python-lsp-black pyls-memestra pylsp-rope"
|
Reference in a new issue