File: installation.rst

package info (click to toggle)
python-imgviz 1.2.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,268 kB
  • sloc: python: 3,032; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Installation
------------

.. code-block:: bash

   pip install imgviz

   # there are optional dependencies like skimage, below installs all.
   pip install imgviz[all]