File: installation.rst

package info (click to toggle)
xpore 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 83,008 kB
  • sloc: python: 1,439; sh: 48; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _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