From 2024323b448f09f0dfd3f9e2e485a0058df3f6a7 Mon Sep 17 00:00:00 2001 From: Julian de Ruiter Date: Mon, 28 Mar 2016 20:40:19 +0200 Subject: [PATCH] Add development section. --- docs/development.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/development.rst b/docs/development.rst index cba1494..ed8c1b4 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -1,2 +1,25 @@ Development ============ + +The source code is currently hosted on GitHub at: `https://github.com/jrderuiter/pybiomart `_. Any issues/requests should be reported there. + +Installation +---------------- + +The package can be installed from pypi via pip: + +.. code:: + + pip install pybiomart + +The development version can be installed from GitHub: + +.. code:: + + pip install git+https://github.com/jrderuiter/pybiomart.git#egg=pybiomart + +Dependencies +---------------- + +- Python 3.3+, Python 2.7 +- future, pandas, requests, requests-cache