Installation#
From pypi#
The latest tagged release can be downloaded from the pypi repo.
$ pip install python-bioinformagicks
From sources#
The sources for python bioinformagicks can be downloaded from the Github repo.
You can clone the public repository:
$ git clone git://github.com/sylviamic/python_bioinformagicks
And install the package in editable format like so:
$ pip install -e .