1- You can either install cf_units using the conda package manager or from source.
1+ You can either install cf-units using the conda package manager or from source.
22
33Installing using conda
44----------------------
55
6- cf_units is available using conda for the following platforms:
6+ cf-units is available using conda for the following platforms:
77 * Linux 32-bit and 64-bit,
88 * Mac OSX 64-bit, and
99 * Windows 32-bit and 64-bit.
1010
11- To install cf_units using conda, you must first download and install conda,
11+ To install cf-units using conda, you must first download and install conda,
1212for example from http://conda.pydata.org/miniconda.html.
1313
14- Once conda is installed, you can install cf_units using conda on any platform with
14+ Once conda is installed, you can install cf-units using conda on any platform with
1515the following command::
1616
17- conda install -c conda-forge cf_units
17+ conda install -c conda-forge cf-units
1818
1919Further documentation on using conda and the features it provides can be found
2020at http://conda.pydata.org/docs/intro.html.
@@ -23,13 +23,13 @@ at http://conda.pydata.org/docs/intro.html.
2323Installing from source
2424----------------------
2525
26- The latest cf_units source release is available from
27- https://github.com/SciTools/cf_units .
26+ The latest cf-units source release is available from
27+ https://github.com/SciTools/cf-units .
2828
29- cf_units makes use of Numpy, netCDF4-python, Cython, and Unidata udunits2.
29+ cf-units makes use of Numpy, netCDF4-python, Cython, and Unidata udunits2.
3030These dependencies must be in place before you can successfully install
31- cf_units . Once you have satisfied the requirements detailed below,
32- extract the cf_units source package, cd to the new directory, and enter::
31+ cf-units . Once you have satisfied the requirements detailed below,
32+ extract the cf-units source package, cd to the new directory, and enter::
3333
3434 python setup.py install
3535
@@ -43,7 +43,7 @@ can be provided as per-usual at build_ext phase::
4343Build and runtime requirements
4444==============================
4545These are external packages which you will need to have installed before
46- installing and running cf_units .
46+ installing and running cf-units .
4747
4848Many of these packages are available in Linux package managers
4949such as aptitude and yum. For example, it may be possible to install
@@ -56,7 +56,7 @@ you may need to install the development packages (look for a "-dev"
5656postfix) in addition to the core packages.
5757
5858python 2.7 or later (http://www.python.org/)
59- cf_units requires Python 2.7 or later, but is not currently compatible with
59+ cf-units requires Python 2.7 or later, but is not currently compatible with
6060 Python 3.
6161
6262numpy 1.6 or later (http://numpy.scipy.org/)
@@ -76,7 +76,7 @@ setuptools 0.6c11 or later (http://pypi.python.org/pypi/setuptools/)
7676
7777Optional
7878''''''''
79- These packages are required for the full cf_units test suite to run.
79+ These packages are required for the full cf-units test suite to run.
8080
8181pep8 1.4.6* (https://pypi.python.org/pypi/pep8)
8282 Python package for software testing.
@@ -99,11 +99,3 @@ specify a non-standard location for your udunits xml database::
9999An example configuration file is available in ``cf_units/etc/site.cfg.template``.
100100See :py:func:`cf_units.config` for further configuration options.
101101
102-
103- Packaged distributions
104- ======================
105- The Enthought Python Distribution (EPD)
106- http://www.enthought.com/products/epd.php for Windows, OS X or
107- Redhat provides some of the dependencies for cf_units as does `Python (x, y)
108- http://www.pythonxy.com/ which tends to be updated a
109- bit more frequently.
0 commit comments