mirror of
https://github.com/trananhkma/fucking-awesome-python.git
synced 2024-11-23 20:11:13 +00:00
Add pipx to package management section. Pipx makes it much easier to install python CLIs.
This commit is contained in:
parent
f33ee8e4b3
commit
de5d295ed8
|
@ -921,6 +921,7 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome-
|
||||||
* [:earth_americas: pip](https://pip.pypa.io/en/stable/) - The package installer for Python.
|
* [:earth_americas: pip](https://pip.pypa.io/en/stable/) - The package installer for Python.
|
||||||
* [:octocat: pip-tools](https://github.com/jazzband/pip-tools) - :star: 5423 :fork_and_knife: 477 - A set of tools to keep your pinned Python dependencies fresh.
|
* [:octocat: pip-tools](https://github.com/jazzband/pip-tools) - :star: 5423 :fork_and_knife: 477 - A set of tools to keep your pinned Python dependencies fresh.
|
||||||
* [:earth_americas: PyPI](https://pypi.org/)
|
* [:earth_americas: PyPI](https://pypi.org/)
|
||||||
|
* [:octocat: pipx](https://github.com/pypa/pipx) - :star: 4504 :fork_and_knife: 215 - A package manager exclusive for python CLIs built on top of pip.
|
||||||
* [:octocat: conda](https://github.com/conda/conda/) - :star: 4455 :fork_and_knife: 1115 - Cross-platform, Python-agnostic binary package manager.
|
* [:octocat: conda](https://github.com/conda/conda/) - :star: 4455 :fork_and_knife: 1115 - Cross-platform, Python-agnostic binary package manager.
|
||||||
* [:octocat: poetry](https://github.com/sdispater/poetry) - :star: 17718 :fork_and_knife: 1473 - Python dependency management and packaging made easy.
|
* [:octocat: poetry](https://github.com/sdispater/poetry) - :star: 17718 :fork_and_knife: 1473 - Python dependency management and packaging made easy.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user