ux tweaks + devdocs

This commit is contained in:
ed 2022-11-27 22:07:28 +00:00
parent 6a96c62fde
commit c7d950dd5e
3 changed files with 11 additions and 6 deletions

View file

@ -95,6 +95,7 @@ python3 -m venv .venv
pip install jinja2 strip_hints # MANDATORY
pip install mutagen # audio metadata
pip install pyftpdlib # ftp server
pip install impacket # smb server -- disable Windows Defender if you REALLY need this on windows
pip install Pillow pyheif-pillow-opener pillow-avif-plugin # thumbnails
pip install black==21.12b0 click==8.0.2 bandit pylint flake8 isort mypy # vscode tooling
```