Skip to content

Commit

Permalink
Merge pull request #706 from LSSTDESC/nowindows
Browse files Browse the repository at this point in the history
Document lack of Windows support
  • Loading branch information
elisachisari committed Nov 19, 2019
2 parents 9ad9066 + 17a4857 commit df26ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ pip install pyccl

For the PyPi installation, you will need ``CMake`` installed locally. See
[Getting CMake](https://ccl.readthedocs.io/en/latest/source/installation.html#getting-cmake)
for instructions.
for instructions. Note that the code only supports Linux or Mac OS, but no Windows.

Once you have the code installed, you can take it for a spin!

Expand Down
2 changes: 2 additions & 0 deletions readthedocs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ you want to use CCL with Boltzmann codes like ``CLASS`` or ``CAMB``, you will
need to make sure the ``Python`` wrappers for these packages are installed
as well. See the instructions for :ref:`boltzmann-codes` below.

CCL works on Linux or Mac OS. Windows installation is not supported.

Once installed, you can take CCL for a spin by following the :ref:`quickstart`
instructions.

Expand Down

0 comments on commit df26ee7

Please sign in to comment.