diff --git a/README.md b/README.md index 54cd560..eb324d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An intelligent, feature-rich CLI tool to manage and upgrade Python packages with a clean, modern interface. -![Screenshot of py-upgrade in action] ## Key Features +## Key Features - **Interactive & Beautiful UI**: Uses Rich to display outdated packages in a clean, readable table. - **Blazing Fast**: Upgrades packages with a clear progress bar. @@ -15,6 +15,8 @@ An intelligent, feature-rich CLI tool to manage and upgrade Python packages with ## Installation +The tool is now available on PyPI. Install it with pip: + ```bash pip install ultimate-python-upgrader ``` @@ -50,4 +52,4 @@ py-upgrade --exclude black ruff ## Contributing -Contributions are welcome! Please feel free to submit a pull request. \ No newline at end of file +Contributions are welcome! Please feel free to submit a pull request.