/usr/share/doc/python3-skimage/README.md is in python3-skimage 0.10.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | Image Processing SciKit
=======================
Source
------
https://github.com/scikit-image/scikit-image
Mailing List
------------
http://groups.google.com/group/scikit-image
Installation from source
------------------------
Refer to DEPENDS.txt for a list of dependencies.
The SciKit may be installed globally using
$ python setup.py install
or locally using
$ python setup.py install --prefix=${HOME}
If you prefer, you can use it without installing, by simply adding
this path to your PYTHONPATH variable and compiling the extensions:
$ python setup.py build_ext -i
License
-------
Please read LICENSE.txt in this directory.
|