Skip to content

Commit 067399b

Browse files
authored
Update README.md
1 parent a9e6276 commit 067399b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,13 @@ that must be installed as well:
6262
sudo apt-get install libmagic1
6363
```
6464

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-
7365
### OSX
7466

7567
- When using Homebrew: `brew install libmagic`
7668
- When using macports: `port install file`
7769

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+
7872
### SmartOS:
7973
- Install libmagic for source https://github.com/threatstack/libmagic/
8074
- Depending on your ./configure --prefix settings set your LD_LIBRARY_PATH to <prefix>/lib

0 commit comments

Comments
 (0)