From fafe80958040f38dfadee8072ef672638bb67746 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Mon, 10 Jun 2024 09:14:35 +0100 Subject: [PATCH] update pypi readme --- docs/README_pypi.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README_pypi.rst b/docs/README_pypi.rst index 54c8b9c4..4883dd59 100644 --- a/docs/README_pypi.rst +++ b/docs/README_pypi.rst @@ -21,12 +21,12 @@ and background evolution. The code is in Python, with numerical code implemented See the `CAMB python example notebook `_ for a quick introduction to how to use the CAMB Python package. -To install the CAMB python package on your computer run:: +To install the CAMB on your computer run:: pip install camb [--user] The --user is optional and only required if you don't have write permission to your main python installation. -You will need gfortran 6 or higher installed to compile. Binary files for Windows are also provided, so these are used instead if no -gfortran installation is found on Windows machines. +Binary wheels are provided for most systems; to compile from source you will need gfortran 6 or higher installed +(usually installed as part of gcc). gfortran is also required for just-in-time compilation of some functions like custom sources. -The python wrapper provides a module called "camb" documented in the Python `CAMB documentation `_. +The python module is "camb". see the `CAMB documentation `_.