Installation

Stable release

The nedrex package is available on both pip and conda.

To install nedrex using pip, run the following command in your terminal:

$ pip install nedrex

This is the preferred method to install nedrex, as the latest stable release is always updated on PyPI first.

Alternatively, if you prefer to use conda, run the following command in your terminal:

$ conda install -c bioconda nedrex

If you don’t have pip installed, this Python installation guide can guide you through the process.

From source

The source code for nedrex can be downloaded from the Github repo.

This repository can be cloned as follows:

$ git clone git@github.com:repotrial/python_nedrex.git

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

$ pip install .