Post #1544994
2026-03-20 12:58 UTC
@veronica It seems people are now recommending PDM.
https://pdm-project.org/
This is how you would install PDM:
python3 -m pip install --user pipx && pipx install pdm
Replies (2)
-
@draeath@infosec.exchange 2026-03-20 14:05
@davidculley @veronica ugh, why pipx?
-
@veronica@mastodon.online 2026-03-20 15:42
@davidculley Thanks! I will look at replacing uv with pdm in my open source project. Getting rid of ruff is much harder though. I hope someone will fork it.