From 88a336e2bed9375aec00c154cc6636a61ed0c250 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sat, 7 Sep 2013 09:17:53 +1200 Subject: [PATCH] Add installation and repository sections to documentation. --- docs/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 086f787..b92f56e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,6 +22,22 @@ is used for performance critical components. An automatic fallback to a pure Python implementation is also provided where a target system does not have a compiler to allow the C extension to be compiled. +Installation +------------ + +The **wrapt** module is available from PyPi and can be installed using +``pip``. + + pip install wrapt + +Repository +---------- + +Full source code for the **wrapt** module, including documentation files +and unit tests, can be obtained from github. + +* https://github.com/GrahamDumpleton/wrapt + Contents --------