comparison README @ 155:6b08da550214

Mention --distribute flag for virtualenv in readme
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:33:06 -0400
parents c7be7def8b57
children
comparison
equal deleted inserted replaced
154:3183ff09e086 155:6b08da550214
16 manager) installed, you can quickly install all the dependencies at 16 manager) installed, you can quickly install all the dependencies at
17 particular versions by running 17 particular versions by running
18 18
19 $ pip install -r pip-requirements 19 $ pip install -r pip-requirements
20 20
21 It is recommended that you do this within a virtualenv to avoid 21 It is recommended that you do this within a virtualenv to avoid
22 conflicts with system-wide packages. More information about 22 conflicts with system-wide packages. More information about
23 virtualenv is available at www.virtualenv.org. 23 virtualenv is available at www.virtualenv.org.
24
25 If you do use virtualenv, you may have tocreate the virtualenv with the
26 --distribute flag, to avoid problems with installing distribute.
24 27
25 2) Clone this repository 28 2) Clone this repository
26 29
27 3) In the cloned repository, copy "agora-example.conf" to 30 3) In the cloned repository, copy "agora-example.conf" to
28 "agora.conf" (advanced users: modify this to suit your needs). 31 "agora.conf" (advanced users: modify this to suit your needs).