diff options
Diffstat (limited to 'doc/install.rst')
| -rw-r--r-- | doc/install.rst | 17 |
1 files changed, 17 insertions, 0 deletions
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/ + + |
