diff --git a/README.md b/README.md index ec4605c..3ebb83f 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for Python version and virtual environment management.* * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. -* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. ## Files @@ -864,9 +863,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for package and dependency management.* -* [pip](https://pip.pypa.io/en/stable/) - The Python package and dependency manager. +* [pip](https://pip.pypa.io/en/stable/) - The package installer for Python. * [PyPI](https://pypi.org/) * [pip-tools](https://github.com/jazzband/pip-tools) - A set of tools to keep your pinned Python dependencies fresh. +* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. * [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. ## Package Repositories