Skip to content

Commit

Permalink
document availability of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Sep 22, 2017
1 parent 4d14ba3 commit 83d87f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ To see progress, use ``--verbose``::

The bdist_wheel of the backend is reused by pip for all versions of CPython
and PyPy, thus the long compilation is needed only once.
Prepared wheels of cppyy-cling (which contains LLVM) for Mac 10.12 and
Linux/Gentoo `are available`_.
To use them, tell ``pip``::

$ pip install --extra-index https://cern.ch/wlav/wheels cppyy

PyPy 5.7 and 5.8 have a built-in module ``cppyy``.
You can still install the ``cppyy`` package (or, alternatively, just
Expand All @@ -35,4 +40,5 @@ However, both the :doc:`distribution tools <distribution>` and user-facing
Python codes are very backwards compatible.

.. _`PyPI`: https://pypi.python.org/pypi/cppyy/
.. _`are available`: https://cern.ch/wlav/wheels/
.. _`Reflex`: https://root.cern.ch/how/how-use-reflex

0 comments on commit 83d87f2

Please sign in to comment.