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

123456789101112131415161718192021222324
  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. Forwarded: not-needed
  6. 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
  7. --- a/README.md
  8. +++ b/README.md
  9. @@ -45,8 +45,11 @@
  10. ## Installation
  11. -The current stable version of python-magic is available on PyPI and
  12. -can be installed by running `pip install python-magic`.
  13. +The current stable version of Python-Magic is available on PyPI and
  14. +can be installed by running:
  15. +```
  16. +pip install python-magic
  17. +```
  18. Other sources: