blob: 2e7ae9ffb8068c4706b18e6c11171f0c3a805a95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Installing ``repoze.bfg``
=========================
How To Install
--------------
You will need `Python <http://python.org>`_ 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
<http://peak.telecommunity.com/DevCenter/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
<http://pypi.python.org/pypi/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.
|