Skip to content

Commit

Permalink
Updating docs to include pip install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Sep 7, 2015
1 parent b7a9556 commit 0ae6d8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/index.rst
Expand Up @@ -2,7 +2,12 @@ Pyiterable API Documentation
============================
Python comes with some nice built-in methods for operating on iterables, but it can get messy really quickly if you want to transform an iterable multiple times. Write more expressive code by chaining built-in transformations with this module.

Scroll down for examples.
The module is available on `PyPI <https://pypi.python.org/pypi/pyiterable>`_ via ``pip``:

``pip install pyiterable``


Examples below.


Classes
Expand Down

0 comments on commit 0ae6d8d

Please sign in to comment.