From 102d19d261af83c8dc9f619fe95d1a62ffb195dd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Jul 2008 01:19:01 +0000 Subject: Add install docs. --- docs/narr/install.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/narr/install.rst (limited to 'docs/narr/install.rst') diff --git a/docs/narr/install.rst b/docs/narr/install.rst new file mode 100644 index 000000000..2e7ae9ffb --- /dev/null +++ b/docs/narr/install.rst @@ -0,0 +1,35 @@ +Installing ``repoze.bfg`` +========================= + +How To Install +-------------- + +You will need `Python `_ version 2.4 or better to +run ``repoze.bfg``. Development of ``repoze.bfg`` is done under +Python 2.4, so is recommended. ``repoze.bfg`` does *not* run under +any version of Python before 2.4, and does *not* run under Python 3.X. + +You may install ``repoze.bfg`` into your Python environment using the +following command:: + + $ easy_install -i http://dist.repoze.org/lemonade/dev/simple repoze.bfg + +You will need `Setuptools +`_ installed on +within your Python system in order to run the ``easy_install`` +command. + +It is advisable to install ``repoze.bfg`` into a `virtualenv +`_ in order to obtain +isolation from any "system" packages you've got installed in your +Python version (and likewise, to prevent ``repoze.bfg`` from globally +installing versions of packages that are not compatible with your +system Python). + +What Gets Installed +------------------- + +When you ``easy_install`` repoze.bfg, various Zope libraries, WebOb, +PasteScript, PasteDeploy, PasteScript, and FormEncode libraries are +installed. + -- cgit v1.2.3