2024-03-03 11:39:44 -05:00
|
|
|
#!/bin/sh
|
|
|
|
# install python packages via pipx
|
|
|
|
|
|
|
|
pipx install \
|
|
|
|
animdl \
|
|
|
|
cppman \
|
|
|
|
git+https://github.com/dogeystamp/testr
|
|
|
|
|
2024-03-04 21:41:48 -05:00
|
|
|
# pipx install python-lsp-server
|
|
|
|
# pipx inject python-lsp-server \
|
|
|
|
# python-lsp-black \
|
|
|
|
# pylsp-mypy
|