summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2015-06-15 14:43:11 -0700
committerAdam Hupp <adam@hupp.org>2015-06-15 14:43:11 -0700
commite479096d5b08af12f3f6eb47290932c9f813acdd (patch)
tree737437054d0ae3a642767ee5d911c5c463b1e072
parent016ab238228a322371b400280fd5818827adcfc9 (diff)
parentb4a1df5dc2eca6a62b9987c2cfe0140270577460 (diff)
downloadpython-magic-e479096d5b08af12f3f6eb47290932c9f813acdd.tar.gz
Merge pull request #84 from tritium21/patch-1
Change windows instructions
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index cdb0460..b35b971 100644
--- a/README.md
+++ b/README.md
@@ -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: