0.4.27-42-gfac6615.small-fix-to-readme-that-makes-pip-install-command-easier-to-see-find.patch 801 B

1234567891011121314151617181920212223
  1. Subject: Small Fix to ReadMe that makes pip install command easier to see/find
  2. Origin: upstream, commit 0.4.27-42-gfac6615 <https://github.com/ahupp/python-magic/commit/0.4.27-42-gfac6615>
  3. Author: Name <87663453+Dodf12@users.noreply.github.com>
  4. Date: Tue Jul 1 22:18:39 2025 -0700
  5. 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
  6. --- a/README.md
  7. +++ b/README.md
  8. @@ -45,8 +45,11 @@
  9. ## Installation
  10. -The current stable version of python-magic is available on PyPI and
  11. -can be installed by running `pip install python-magic`.
  12. +The current stable version of Python-Magic is available on PyPI and
  13. +can be installed by running:
  14. +```
  15. +pip install python-magic
  16. +```
  17. Other sources: