summaryrefslogtreecommitdiff
path: root/doc/source/install/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/install/index.rst')
-rw-r--r--doc/source/install/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
new file mode 100644
index 0000000..4fd1d47
--- /dev/null
+++ b/doc/source/install/index.rst
@@ -0,0 +1,12 @@
+============
+Installation
+============
+
+At the command line::
+
+ $ pip install oslo.middleware
+
+Or, if you have virtualenvwrapper installed::
+
+ $ mkvirtualenv oslo.middleware
+ $ pip install oslo.middleware \ No newline at end of file