From ecdacfed946e10667133ce08f606866f98c45ddf Mon Sep 17 00:00:00 2001 From: blob8108 Date: Fri, 2 May 2014 14:22:28 +0100 Subject: Add work-in-progress documentation --- doc/install.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/install.rst (limited to 'doc/install.rst') diff --git a/doc/install.rst b/doc/install.rst new file mode 100644 index 0000000..3ced427 --- /dev/null +++ b/doc/install.rst @@ -0,0 +1,17 @@ +Installation +============ + +Blockext is available on PyPI_, so you can install it using pip_:: + + pip install blockext + +Or alternatively using ``easy_install``:: + + easy_install blockext + + + + +.. _pip: http://pip-installer.org/ + + -- cgit v1.3.1