Skip to content

Commit

Permalink
Add development section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian de Ruiter committed Mar 28, 2016
1 parent ed14a1b commit 2024323
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
Development
============

The source code is currently hosted on GitHub at: `https://github.com/jrderuiter/pybiomart <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

0 comments on commit 2024323

Please sign in to comment.