Installation

Stable release

To install pytest-ngsfixtures, run this command in your terminal:

$ conda install -c percyfal pytest-ngsfixtures

This is the preferred method to install pytest-ngsfixtures, as it will always install the most recent stable release.

From sources

The sources for pytest-ngsfixtures can be downloaded from the github repo.

You can either clone the public repository:

$ git clone git@github.com:percyfal/pytest-ngsfixtures.git

Once you have a copy of the source, you can install it with:

$ python setup.py install

Developer mode

To install in developer mode, issue

$ python setup.py develop