Changeset 13705 for main/ngren.theme/trunk
- Timestamp:
- 16 Feb 2016, 21:35:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/README.rst
r10538 r13705 12 12 Create a virtual environment:: 13 13 14 $ virtualenv py2714 $ virtualenv --no-site-packages py27 15 15 $ source py27/bin/activate 16 16 17 If you have not distribute installed already, run::17 Then run bootstrap.py:: 18 18 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 24 20 25 21 (although there shouldn't be a reason to use a newer version).
Note: See TracChangeset for help on using the changeset viewer.