Skip to content

Commit

Permalink
Adding install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 26, 2017
1 parent 7868878 commit 025d0b8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ You can view the
:maxdepth: 2
:caption: Contents:

install
api


Expand Down
24 changes: 24 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. include:: references.txt

.. _install:

Installing aesop
================

Clone the ``aesop`` repository from GitHub, and go into the top-level ``aesop``
directory::

git clone https://github.com/bmorris3/aesop
cd aesop

Install ``aesop`` with::

python setup.py install

You can ensure that the package was installed successfully by running the tests
from a Python interpreter with the following commands:

.. code-block:: python
>>> import aesop
>>> aesop.test()

0 comments on commit 025d0b8

Please sign in to comment.