Skip to content

Commit 9898806

Browse files
committed
Update README.rst
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent a337e74 commit 9898806

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
typecode
22
========
33
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

Comments
 (0)