add info to setup script

This commit is contained in:
KemoNine 2023-07-27 17:29:07 -04:00
parent bd84bd3f1d
commit 85d26d2d65
1 changed files with 1 additions and 0 deletions

View File

@ -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-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 "pip install 'python-lsp-server[all]' python-lsp-black pyls-memestra pylsp-rope"