📝 Made note to install python rye
This commit is contained in:
parent
1dd25f6058
commit
535c1c55e9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue