@@ -21,7 +21,7 @@ If you want to use TOAST at NERSC, see :ref:`nersc`.
2121Pip Binary Wheels
2222~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2323
24- If you already have a newer Python3 (>= 3.6 ), then you can install pre-built TOAST
24+ If you already have a newer Python3 (>= 3.7 ), then you can install pre-built TOAST
2525packages from PyPI. You should always use virtualenv or similar tools to manage your
2626python environments rather than pip-installing packages as root.
2727
@@ -38,7 +38,7 @@ On Redhat / Centos we need to take extra steps to install a recent python3::
3838 scl enable rh-python36 bash
3939
4040On MacOS, you can use homebrew or macports to install a recent python3. Now verify that
41- your python is at least 3.6 ::
41+ your python is at least 3.7 ::
4242
4343 python3 --version
4444
@@ -55,10 +55,14 @@ install more recent wheels from PyPI::
5555
5656 python3 -m pip install --upgrade pip
5757
58- Next, use pip to install toast and its requirements (note that the name of the package
59- is "toast-cmb" on PyPI)::
58+ Next, use pip to install toast and its requirements::
6059
61- pip install toast-cmb
60+ pip install toast
61+
62+ .. warning ::
63+ As of version 2.3.13, the package name on PyPI is "toast" instead of "toast-cmb".
64+ If you think you may have an old version of toast with the previous name installed,
65+ then do "pip uninstall toast-cmb" before installing toast.
6266
6367At this point you have toast installed and you can use it from serial scripts and
6468notebooks. If you want to enable effective parallelism with toast (useful if you
0 commit comments