From fac66155b77aa0d216085911a71be190b623c6c3 Mon Sep 17 00:00:00 2001 From: Name <87663453+Dodf12@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:18:39 -0700 Subject: [PATCH 1/2] Small Fix to ReadMe that makes pip install command easier to see/find I wasn't able to really find the pip command quickly, so I thought this addition would help with readability and help people find the pip install command easier --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 010cc8f..b7dc10e 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,11 @@ You can also combine the flag options: ## Installation -The current stable version of python-magic is available on PyPI and -can be installed by running `pip install python-magic`. +The current stable version of Python-Magic is available on PyPI and +can be installed by running: +``` +pip install python-magic +``` Other sources: From 8361a3333b73cd5c06fa6dc067b6d31c5b4245df Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Sun, 6 Jul 2025 15:23:54 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7dc10e..cbe6aa6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can also combine the flag options: ## Installation -The current stable version of Python-Magic is available on PyPI and +The current stable version of python-magic is available on PyPI and can be installed by running: ``` pip install python-magic