Clarify libmagic needs to be installed separately
See installation instructions at https://pypi.org/project/python-magic/
This commit is contained in:
parent
692f79ec7d
commit
c4d46a187f
2
setup.py
2
setup.py
@ -116,7 +116,7 @@ setup(
|
|||||||
# Some requires are only needed for very limited cases:
|
# Some requires are only needed for very limited cases:
|
||||||
# * biplist is only used for parsing Apple .ipa files
|
# * biplist is only used for parsing Apple .ipa files
|
||||||
# * pycountry is only for linting config/mirrors.yml
|
# * pycountry is only for linting config/mirrors.yml
|
||||||
# * python-magic is preferred when libmagic is available, but its not in pypi.org
|
# * python-magic is preferred when the C library libmagic is installed
|
||||||
extras_require={
|
extras_require={
|
||||||
'optional': [
|
'optional': [
|
||||||
'biplist',
|
'biplist',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user