File: installation.rst

package info (click to toggle)
python-imageio 2.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,016 kB
  • sloc: python: 26,044; makefile: 138
file content (19 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Installing imageio
==================

Imageio is written in pure Python, so installation is easy.
Imageio works on Python 3.5+. It also works on Pypy.
Imageio depends on Numpy and Pillow. For some formats, imageio needs
additional libraries/executables (e.g. ffmpeg), which imageio helps you
to download/install.

To install imageio, use one of the following methods:

* If you are in a conda env: ``conda install -c conda-forge imageio``
* If you have pip: ``pip install imageio``
* Good old ``python setup.py install``

After installation, checkout the
:doc:`examples <../examples>` and :doc:`user api <../reference/userapi>`.

Still running Python 2.7? Read :doc:`here <drop27>`.