Add dependencies to README and fix whitespace

This commit is contained in:
Brad Hall 2011-06-07 10:17:56 -07:00
parent cf4e1eeff4
commit 645c863ba3
1 changed files with 29 additions and 8 deletions

21
README
View File

@ -17,6 +17,26 @@
b) Allows Quantum users to not be tied down to a single Quantum implementation and
enables them to switch out a plug-in by simple editing a config file - plugins.ini
# -- Dependencies
The following python packages are required to run quantum. These can be installed using pip:
eventlet>=0.9.12
nose
Paste
PasteDeploy
pep8==0.5.0
python-gflags
routes
simplejson
webob
webtest
1) Install easy_install (there is probably a distribution specific package for this)
2) Install pip:
$ easy_install pip==dev
3) Install packages with pip:
$ pip install <package name>
# -- Configuring Quantum plug-in
@ -77,3 +97,4 @@ There are a few requirements to writing your own plugin:
4) Launch the Quantum Service, and your plug-in is configured and ready to manage
a Cloud Networking Fabric.