Skip to content

Commit

Permalink
Added distros to README and added more internal labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Apr 8, 2017
1 parent 64f9f3c commit cc38928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 19,9 @@ Installation

Pre-build `h5py` can either be installed via your Python Distribution (e.g.
`Continuum Anaconda`_, `Enthought Canopy`_) or from `PyPI`_ via `pip`_.
`h5py` is also distributed in many Linux Distributions (e.g. Ubuntu, Fedora),
and in the MacOS package managers `Homebrew <https://brew.sh/>`_,
`Macports <https://www.macports.org/>`_, or `Fink <http://finkproject.org/>`_.

More detailed installation instructions, including how to install `h5py` with
MPI support, can be found at: http://docs.h5py.org/en/latest/build.html.
Expand Down
6 changes: 6 additions & 0 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,8 @@
Installation
============

.. _install_recommends:

It is highly recommended that you use a pre-built version of h5py, either from a
Python Distribution, an OS-specific package manager, or a pre-built wheel from
PyPI.
Expand All @@ -19,6 21,8 @@ installed correctly. This can be done in the python interpreter via::

On Python 2.6, unittest2 must be installed to run the tests.

.. _prebuilt_install:

Pre-built installation (recommended)
-----------------------------------------

Expand Down Expand Up @@ -132,6 136,7 @@ to work together.
We recommend examining the appveyor build scripts, and using those to build and
install HDF5 and h5py.

.. _custom_install:

Custom installation
-------------------
Expand Down Expand Up @@ -175,6 180,7 @@ Force HDF5 version ``--hdf5-version=X.Y.Z`` ``HDF5_VERSION=X.Y.Z``
Enable MPI mode ``--mpi`` ``HDF5_MPI=ON``
======================= =========================== ===========================

.. _build_mpi:

Building against Parallel HDF5
------------------------------
Expand Down

0 comments on commit cc38928

Please sign in to comment.