From 0386958db8bddd0670ced3aa003987f5e8bf248e Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Thu, 5 Oct 2023 09:30:31 +0100 Subject: [PATCH] Remove PIP from Development Dependencies Pip is pre-installed with Python, it's not required to be explicitly listed. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0b32c89..314d401 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Scriptable MediaInfo-fed NFO Generator for Movies and TV. ### Dependencies - [Python](https://python.org/downloads) (v3.7 or newer) -- [PIP](https://pip.pypa.io/en/stable/installing) (v19.0 or newer) - [Poetry](https://python-poetry.org/docs) (latest recommended) ### Installation