Skip to content

Commit 999deba

Browse files
committed
update install instructions for 1.2.1
1 parent 0fb3afc commit 999deba

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

INSTALL.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@
22

33
Binary install packages for all three OSs and recent Python versions are
44
provided. Anaconda packages are available for 64-bit Windows and Linux, as well as
5-
macOS *x86_64* architecture. Apple Silicon (*arm64*) macOS users should install with
6-
`pip` (see below). Anaconda users can conveniently install PySCeS with:
5+
macOS *x86_64* and Apple Silicon (*arm64*) architectures. Anaconda users can
6+
conveniently install PySCeS with:
77

88
```bash
99
$ conda install -c conda-forge -c pysces pysces
1010
```
1111

1212
Any dependencies will be installed automatically, including the optional dependencies
13-
*Assimulo*, *ipyparallel* and *libSBML*.
13+
*Assimulo*, *ipyparallel* and *libSBML*.
14+
> **NOTE:** Anaconda packages are only provided for Python versions 3.9-3.11. The
15+
> reason is that Assimulo has not been ported to Python 3.12 and still depends on
16+
> `numpy.distutils`. As soon as this has happened, PySCeS Anaconda packages for 3.12
17+
> will be built.
1418
1519
Alternatively, you can use *pip* to
16-
install PySCeS from PyPI. Core dependencies will be installed automatically. Wheels
17-
are available for 64-bit Windows and Linux, as well as macOS architectures *x86_64* and
18-
*arm64* (starting from PySCeS version 1.2.0).
20+
install PySCeS from PyPI. Core dependencies will be installed automatically. Wheels
21+
are available for 64-bit Windows and Linux, as well as macOS architectures *x86_64* and
22+
*arm64* (starting from PySCeS version 1.2.0, supporting Python 3.11 and 3.12).
1923

2024
```bash
2125
$ pip install pysces

0 commit comments

Comments
 (0)