diff options
| author | Adam Hupp <adam@hupp.org> | 2015-06-15 14:43:11 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2015-06-15 14:43:11 -0700 |
| commit | e479096d5b08af12f3f6eb47290932c9f813acdd (patch) | |
| tree | 737437054d0ae3a642767ee5d911c5c463b1e072 | |
| parent | 016ab238228a322371b400280fd5818827adcfc9 (diff) | |
| parent | b4a1df5dc2eca6a62b9987c2cfe0140270577460 (diff) | |
| download | python-magic-e479096d5b08af12f3f6eb47290932c9f813acdd.tar.gz | |
Merge pull request #84 from tritium21/patch-1
Change windows instructions
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -55,9 +55,7 @@ Other sources: ### Dependencies -On Windows, install Cygwin (http://cygwin.com/install.html). To find -the libraries, either add <your-cygwin-install>/bin to the $PATH or -copy cygwin1.dll, cygz.dll, and cygmagic-1.dll to C:\Windows\System32 +On Windows, copy magic1.dll, regex2.dll, and zlib1.dll onto your PATH from the Binaries and Dependencies zipfiles provided by the [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) project. You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass it's location to `Magic(magic_file=...)` On OSX: |
