There was an error while loading. Please reload this page.
1 parent a337e74 commit 9898806Copy full SHA for 9898806
1 file changed
README.rst
@@ -1,3 +1,9 @@
1
typecode
2
========
3
typecode provides file type detection functionality to ScanCode toolkit.
4
+
5
+To install this package with its full capability (where the binaries for libmagic are installed), use the `full` option:
6
+ pip install typecode[full]
7
8
+If you want to use the version of libmagic provided by your operating system, use the `minimal` option:
9
+ pip install typecode[minimal]
0 commit comments