Changeset 75:67dd09b2b898
- Timestamp:
- 04/02/07 11:39:14 (3 years ago)
- Author:
- rgrp
- Branch:
- default
- convert_revision:
- svn:0ead1229-0713-0410-96cd-f668dbfad531/trunk@93
- Message:
-
Small change to installation instructions to be clearer about use of setuptools.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r54
|
r75
|
|
| 20 | 20 | ******************* |
| 21 | 21 | |
| 22 | | Please mail shakespeare-info@okfn.org or join the okfn-discuss mailing list: |
| | 22 | Please mail info@okfn.org or join the okfn-discuss mailing list: |
| 23 | 23 | |
| 24 | 24 | http://lists.okfn.org/listinfo/okfn-discuss |
| … |
… |
|
| 34 | 34 | ------------------------------------------------ |
| 35 | 35 | |
| 36 | | 1. Install setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions |
| 37 | | (download http://peak.telecommunity.com/dist/ez_setup.py and run it). |
| | 36 | 1. Install setuptools: |
| 38 | 37 | |
| 39 | | 2. $ python setup.py install |
| | 38 | <http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions> |
| | 39 | |
| | 40 | (Just download http://peak.telecommunity.com/dist/ez_setup.py and run it). |
| | 41 | |
| | 42 | 2. Then do: |
| | 43 | |
| | 44 | $ python setup.py install |
| 40 | 45 | |
| 41 | 46 | 1.2 (OR) Get the code straight from subversion |