|
2 | 2 |
|
3 | 3 | Binary install packages for all three OSs and recent Python versions are |
4 | 4 | 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: |
7 | 7 |
|
8 | 8 | ```bash |
9 | 9 | $ conda install -c conda-forge -c pysces pysces |
10 | 10 | ``` |
11 | 11 |
|
12 | 12 | 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. |
14 | 18 |
|
15 | 19 | 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). |
19 | 23 |
|
20 | 24 | ```bash |
21 | 25 | $ pip install pysces |
|
0 commit comments