summaryrefslogtreecommitdiff
path: root/docs/source/install.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2015-05-06 10:17:30 -0400
committerRyan Petrello <lists@ryanpetrello.com>2015-05-06 10:17:56 -0400
commitca2e90a94031fdbba31bf4bda87b51a87e97eb7c (patch)
treefb7475ce51ddc4d8807900553d52eff682fe4f9e /docs/source/install.rst
parent79a8791e7fefdcbe62f264bf905ac09a1958e753 (diff)
downloadcliff-master.tar.gz
Cliff has moved to the `openstack` namespace. Update README.HEADmaster
Diffstat (limited to 'docs/source/install.rst')
-rw-r--r--docs/source/install.rst51
1 files changed, 0 insertions, 51 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
deleted file mode 100644
index ad9a211..0000000
--- a/docs/source/install.rst
+++ /dev/null
@@ -1,51 +0,0 @@
-==============
- Installation
-==============
-
-Python Versions
-===============
-
-cliff is being developed under Python 2.7 and tested with Python 3.2.
-
-Dependencies
-============
-
-cliff depends on distribute_, the updated replacement for
-setuptools. If you have an older version of setuptools installed, `you
-may have trouble installing cliff`_ until you upgrade or set up a
-virtualenv_ using distribute instead (by using ``--use-distribute``).
-
-.. _distribute: http://pypi.python.org/pypi/distribute
-
-.. _you may have trouble installing cliff: https://bitbucket.org/tarek/distribute/issue/91/install-glitch-when-using-pip-virtualenv
-
-.. _virtualenv: http://pypi.python.org/pypi/virtualenv
-
-.. _install-basic:
-
-Basic Installation
-==================
-
-cliff should be installed into the same site-packages area where the
-application and extensions are installed (either a virtualenv or the
-global site-packages). You may need administrative privileges to do
-that. The easiest way to install it is using pip_::
-
- $ pip install cliff
-
-or::
-
- $ sudo pip install cliff
-
-.. _pip: http://pypi.python.org/pypi/pip
-
-Source Code
-===========
-
-The source is hosted on github: https://github.com/dreamhost/cliff
-
-Reporting Bugs
-==============
-
-Please report bugs through the github project:
-https://github.com/dreamhost/cliff/issues