1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Update python package managers section

This commit is contained in:
Kamran Ahmed
2022-09-01 23:19:06 +04:00
committed by GitHub
parent 5da25a1d09
commit f53b398c56

View File

@@ -4,8 +4,5 @@ Package managers allow you to manage the dependencies (external code written by
`PyPI` and `Pip` are the most common contenders but here are some other options available as well:
- [**Poetry**](https://python-poetry.org/)
- Manages dependencies via isolation
- [**PIPX**](https://github.com/pypa/pipx)
- Isolation-based app deployment, so you don't have to affect the system or user PIP libraries
- Enables you to try individual python CLI tools without affecting other dependencies.
- [**Poetry**](https://python-poetry.org/) — Manages dependencies via isolation
- [**PIPX**](https://github.com/pypa/pipx) — Isolation-based app deployment, so you don't have to affect the system or user PIP libraries. It enables you to try individual python CLI tools without affecting other dependencies.