summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDisassem <Disassem@users.noreply.github.com>2017-05-02 17:49:10 +0700
committerGitHub <noreply@github.com>2017-05-02 17:49:10 +0700
commit43df08c5ed63d7aad839695f311ca1be2eeb1ecb (patch)
tree9b80c17f17128ea667835a29a9eb3e6f44d3a07a
parent70c3b928a18ccc4171ce77547c2d889a5bbb8d97 (diff)
downloadpython-magic-43df08c5ed63d7aad839695f311ca1be2eeb1ecb.tar.gz
Info about test and new source
libmagicwin64 works fine. Add new source of DLLs.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e223f73..e535c14 100644
--- a/README.md
+++ b/README.md
@@ -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: