diff options
| author | blob8108 <spaaam42@gmail.com> | 2014-05-02 14:22:28 +0100 |
|---|---|---|
| committer | blob8108 <spaaam42@gmail.com> | 2014-05-02 14:23:45 +0100 |
| commit | ecdacfed946e10667133ce08f606866f98c45ddf (patch) | |
| tree | 1ebba16502596889c65f3297281d576c3d3f9fac /doc/install.rst | |
| parent | bea5d2c35de25466294cd78e9135062612b9ccb0 (diff) | |
| download | blockext-ecdacfed946e10667133ce08f606866f98c45ddf.tar.gz blockext-ecdacfed946e10667133ce08f606866f98c45ddf.zip | |
Add work-in-progress documentation
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/ + + |
