Skip to content

Commit

Permalink
Add install information to doc homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed May 29, 2014
1 parent f47eb88 commit 89358e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/dependencies.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _dependencies:

Lyman Dependencies
==================

Expand Down
21 changes: 18 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,26 @@ companion `zielger <https://github.com/mwaskom/ziegler>`_ webapp, which is
tightly integrated with the lyman results and makes it very easy to understand
what has happened with your data.

Installing
----------

To install lyman, you can run

pip install lyman

This will install the stable version. To get the development version, you
should run

pip install git+git://github.com/mwaskom/lyman.git#egg=lyman

However, there are a number of :ref:`dependencies <dependencies>` that should
be installed first, in either case.

To check out the code, please see the `github repository
<https://github.com/mwaskom/lyman>`_
<https://github.com/mwaskom/lyman>`_.

Documentation Contents:
-----------------------
Documentation Contents
----------------------

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 89358e4

Please sign in to comment.