📝 Made note to install python rye

This commit is contained in:
z3rOR0ne 2024-08-18 13:59:38 -07:00
parent 1dd25f6058
commit 535c1c55e9

View file

@ -576,3 +576,7 @@ Install fastapi
doas pacman -S python-fastapi
Install python-poetry (modern python package manager)
doas pacman -S python-poetry
Install rye (even more modern python package manager)
doas pacman -S rye
Then invoke rye to install it (note choose to not have rye choose your global python version, use OS)
rye