.. highlight:: shell

============
Installation
============

From pypi
---------

The latest tagged release can be downloaded from the `pypi repo`_.


.. code-block:: console

    $ pip install python-bioinformagicks


From sources
------------

The sources for python bioinformagicks can be downloaded from the `Github repo`_.

You can clone the public repository:

.. code-block:: console

    $ git clone git://github.com/sylviamic/python_bioinformagicks

And install the package in editable format like so:

.. code-block:: console

    $ pip install -e .

.. _`Github repo`: https://github.com/sylviamic/python_bioinformagicks
.. _`pypi repo`: https://pypi.org/project/python-bioinformagicks/