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