Skip to content

Commit

Permalink
added installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
ploy-np committed May 25, 2020
1 parent 7aeda10 commit 7654e15
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# -- Project information -----------------------------------------------------

project = 'xpore'
copyright = '2019, Naruemon Pratanwanich (Ploy)'
author = 'Naruemon Pratanwanich (Ploy)'
copyright = '2019, Ploy N. Pratanwanich'
author = 'Ploy N. Pratanwanich'

# The short X.Y version
version = ''
Expand Down Expand Up @@ -157,4 +157,4 @@
]


# -- Extension configuration -------------------------------------------------
# -- Extension configuration -------------------------------------------------
5 changes: 3 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Welcome to xpore's documentation!
=================================

.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

installation



Expand Down
15 changes: 15 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _installation:

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

xPore requires [Python3](https://www.python.org) to run.

To install our xpore package and its dependencies, run

```sh
$ python setup.py install
$ pyensembl install --release 91 --species homo_sapiens
```


0 comments on commit 7654e15

Please sign in to comment.