Skip to content

Commit

Permalink
Adding pip install biothings to installation types
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Jul 21, 2017
1 parent 7218072 commit 83a5bb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/doc/single_source_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Either install from source, like:
or use pip, like:

.. code-block:: bash
pip install biothings
or directly from our repository, like:

.. code-block:: bash
pip install git+https://github.com/biothings/biothings.api.git#egg=biothings
Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ We also use "*BioThings API*" (or *BioThings APIs*) to refer to an API (or a col
Installing BioThings SDK
------------------------

You can install the BioThings SDK with pip, like:
You can install the latest stable BioThings SDK release with pip from `PyPI <https://pypi.python.org/pypi>`_, like:

::

pip install biothings

You can install the latest development version of BioThings SDK directly from our github repository like:

::

Expand Down

0 comments on commit 83a5bb1

Please sign in to comment.