.. _installation:

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

xPore requires `Python3 <https://www.python.org>`_ to run.

PyPI installation (recommended)
---------------------------------
::

    pip install xpore

Installation from our GitHub repository
---------------------------------------
::

    git clone https://github.com/GoekeLab/xpore.git
    cd xpore
    python setup.py install

