From a59d62c7f9eeb14c39d95c6d5ff7117f23306a83 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 1 Sep 2022 23:21:29 +0400 Subject: [PATCH] Add python package managers --- .../108-python/content/105-python-package-managers/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/108-python/content/105-python-package-managers/readme.md b/content/roadmaps/108-python/content/105-python-package-managers/readme.md index 904dbb61e..c9a15db4f 100644 --- a/content/roadmaps/108-python/content/105-python-package-managers/readme.md +++ b/content/roadmaps/108-python/content/105-python-package-managers/readme.md @@ -4,5 +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. It 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.