diff options
| author | Kobus van Schoor <10784365+kobus-v-schoor@users.noreply.github.com> | 2017-12-09 13:05:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-09 13:05:20 +0200 |
| commit | 423644d6d1697608f1d019751c566aaec5f328b5 (patch) | |
| tree | 9dcfa4df823315a8eb8a9d8ed23b96d1f1082603 | |
| parent | a60800c1a614a2964985eb614f2aa9082f148edf (diff) | |
| download | python-magic-423644d6d1697608f1d019751c566aaec5f328b5.tar.gz | |
Fix typos in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,10 +61,10 @@ Other sources: ### Windows -You'll need DLLs for libmagic. @julian-r has uploaded a versoin of this project that includes binaries to pypi: +You'll need DLLs for libmagic. @julian-r has uploaded a version of this project that includes binaries to pypi: https://pypi.python.org/pypi/python-magic-bin/0.4.14 -Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass it's location to `Magic(magic_file=...)`. +Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass its 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. |
