From 0ae6d8d2b6d7251ecf85daf46d13d9b2512afe63 Mon Sep 17 00:00:00 2001 From: neverendingqs Date: Sun, 6 Sep 2015 22:16:25 -0400 Subject: [PATCH] Updating docs to include pip install command. --- docs/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 19d9c62..654796f 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ via ``pip``: + +``pip install pyiterable`` + + +Examples below. Classes