diff options
| author | Adam Hupp <adam@hupp.org> | 2017-06-24 20:39:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-24 20:39:21 -0700 |
| commit | 805c75c7c88db6846ae3ca0f2b8efed33fb7f572 (patch) | |
| tree | 9b80c17f17128ea667835a29a9eb3e6f44d3a07a | |
| parent | 70c3b928a18ccc4171ce77547c2d889a5bbb8d97 (diff) | |
| parent | 43df08c5ed63d7aad839695f311ca1be2eeb1ecb (diff) | |
| download | python-magic-805c75c7c88db6846ae3ca0f2b8efed33fb7f572.tar.gz | |
Merge pull request #133 from Disassem/patch-1
Info about test and new source
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Other sources: ### Dependencies -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=...)`. If you are using a 64-bit build of python, you'll need 64-bit libmagic binaries which can be found here: https://github.com/pidydx/libmagicwin64 (note: untested) +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=...)`. If you are using a 64-bit build of python, you'll need 64-bit libmagic binaries which can be found here: https://github.com/pidydx/libmagicwin64. Newer version can be found here: https://github.com/nscaife/file-windows. On OSX: |
