You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,19 +62,13 @@ that must be installed as well:
62
62
sudo apt-get install libmagic1
63
63
```
64
64
65
-
### Windows
66
-
67
-
You'll need DLLs for libmagic. @julian-r maintains a pypi package with the DLLs, you can fetch it with:
68
-
69
-
```
70
-
pip install python-magic-bin
71
-
```
72
-
73
65
### OSX
74
66
75
67
- When using Homebrew: `brew install libmagic`
76
68
- When using macports: `port install file`
77
69
70
+
If python-magic fails to load the library it may be in a non-standard location, in which case you can set the environment variable `DYLD_LIBRARY_PATH` to point to it.
71
+
78
72
### SmartOS:
79
73
- Install libmagic for source https://github.com/threatstack/libmagic/
80
74
- Depending on your ./configure --prefix settings set your LD_LIBRARY_PATH to <prefix>/lib
0 commit comments