Changeset 13704


Ignore:
Timestamp:
16 Feb 2016, 21:35:19 (9 years ago)
Author:
Henrik Bettermann
Message:

Update README.rst.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kwarapoly.theme/trunk/README.rst

    r10866 r13704  
    1212Create a virtual environment::
    1313
    14   $ virtualenv py27
     14  $ virtualenv --no-site-packages py27
    1515  $ source py27/bin/activate
    1616
    17 If you have not distribute installed already, run::
     17Then run bootstrap.py::
    1818
    19   (py27)$ pip install distribute
    20 
    21 Then run bootstrap.py with zc.buildout v 1.4.4 enforced::
    22 
    23   (py27)$ python bootstrap.py -v 1.4.4
     19  (py27)$ python bootstrap.py
    2420
    2521(although there shouldn't be a reason to use a newer version).
Note: See TracChangeset for help on using the changeset viewer.