📝 Made note to install mypy

This commit is contained in:
z3rOR0ne 2023-06-02 21:16:43 -07:00
parent 97187ad91b
commit 68441f2e59

View file

@ -243,6 +243,7 @@ Install svgo (cli svg optimization tool)
paru svgo
06/02/2023
Install Marksman (code assister for markdown) And
Install httpie (more simple cli than curl for http requests):
doas pacman -S marksman httpie
Install Marksman (code assister for markdown) AND
Install httpie (more simple cli than curl for http requests) AND
Install mypy (typechecker for python):
doas pacman -S marksman httpie mypy