File: installation.rst

package info (click to toggle)
pytest-regressions 2.5.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 2,367; makefile: 18
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Installation
============

Install ``pytest-regressions`` using ``pip``::

    $ pip install pytest-regressions

If you want to use the ``dataframe``, ``num`` or ``image`` fixtures, you can
choose to install the correct dependencies by passing one or a list of their names as an extra::

    $ pip install pytest-regressions[dataframe,num,image]

Or if you are using ``conda``::

    $ conda install -c conda-forge pytest-regressions