Skip to content

Commit d93fd30

Browse files
authored
more detailed info about windows - 32 bit and 64 bit
1 parent 333b1a7 commit d93fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222

2323
* Download and install package with python setup.py install.
2424
* Note that this package depends on python-magic (to check field types).
25-
* For windows, you must download the files at https://github.com/pidydx/libmagicwin64, add them to C:\Windows\System32, and set MAGIC_FILE_PATH="..." in your settings.py.
25+
* For windows, you must download the dll files and .magic file at https://github.com/pidydx/libmagicwin64 (32-bit version: http://gnuwin32.sourceforge.net/packages/file.htm)), add them to C:\\Windows\\System32 (or to a folder in your PATH), and set MAGIC_FILE_PATH="..." to the path of your .magic file in your settings.py. For more information about the files to download, go to: https://github.com/ahupp/python-magic/blob/43df08c5ed63d7aad839695f311ca1be2eeb1ecb/README.md#dependencies
2626
* Add 'validatedfile' to your INSTALLED_APPS in settings.py.
2727

2828
Validate single file

0 commit comments

Comments
 (0)