@@ -8,41 +8,41 @@ Prerequisites
88
99Quantities has a few dependencies:
1010
11- * Python _ (version 2.5 or later )
12- * NumPy _ (version 1.3 or later )
11+ * Python _ (>= 2.5)
12+ * NumPy _ (>= 1.3)
1313
14- The following are also suggested :
14+ in order to run the test suite, you will need :
1515
16- * setuptools _ (version 0.6c8 or later, for developers)
17- * nose _ (for unit tests)
18- * coverage _ (for unit tests)
16+ * nose _
1917
20- Source Code Installation
21- ========================
18+ The following are also suggested for anyone contributing to
19+ quantities:
2220
23- To install Quantities, download the Quantites sourcecode from PyPi _ and
24- run "python setup.py install" in the quantities source directory.
21+ * distribute _ (>=0.6.10) or setuptools _ (=>0.6c11)
22+ * coverage _
2523
26- Development Branch
27- ==================
24+ Source Code Installation
25+ ========================
2826
29- You can follow and contribute to Quantities' development by obtaining a
30- bzr version control branch. Just install bzr and type::
27+ To install Quantities, download the Quantites sourcecode from PyPi _
28+ and run "python setup.py install" in the quantities source directory.
3129
32- bzr branch lp:python-quantities
30+ Development
31+ ===========
3332
34- and then periodically bring your branch up to date ::
33+ You can follow and contribute to Quantities' development using git ::
3534
36- bzr pull
35+ git clone git@github.com:darrendale/python-quantities.git
3736
38- Bugs, feature requests, and questions can be directed to the launchpad _
37+ Bugs, feature requests, and questions can be directed to the github _
3938website.
4039
4140
4241.. _Python : http://www.python.org/
42+ .. _distribute : http://pypi.python.org/pypi/distribute
4343.. _setuptools : http://peak.telecommunity.com/DevCenter/setuptools
4444.. _NumPy : http://www.scipy.org
4545.. _nose : http://somethingaboutorange.com/mrl/projects/nose
4646.. _coverage : http://nedbatchelder.com/code/modules/rees-coverage.html
4747.. _PyPi : http://pypi.python.org/pypi/quantities
48- .. _ launchpad : https ://launchpad.net /python-quantities
48+ .. _ github : http ://github.com/python-quantities /python-quantities
0 commit comments