| 1234567891011121314151617181920212223 |
- Subject: Small Fix to ReadMe that makes pip install command easier to see/find
- Origin: upstream, commit 0.4.27-42-gfac6615 <https://github.com/ahupp/python-magic/commit/0.4.27-42-gfac6615>
- Author: Name <87663453+Dodf12@users.noreply.github.com>
- Date: Tue Jul 1 22:18:39 2025 -0700
- 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
- --- a/README.md
- +++ b/README.md
- @@ -45,8 +45,11 @@
-
- ## 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:
-
|