From 999deba070761ba7bd29eb82a512fabe811171b2 Mon Sep 17 00:00:00 2001 From: JM Rohwer Date: Fri, 10 May 2024 10:43:00 +0200 Subject: [PATCH] update install instructions for 1.2.1 --- INSTALL.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 08a4a69..b260742 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,20 +2,24 @@ Binary install packages for all three OSs and recent Python versions are provided. Anaconda packages are available for 64-bit Windows and Linux, as well as -macOS *x86_64* architecture. Apple Silicon (*arm64*) macOS users should install with -`pip` (see below). Anaconda users can conveniently install PySCeS with: +macOS *x86_64* and Apple Silicon (*arm64*) architectures. Anaconda users can +conveniently install PySCeS with: ```bash $ conda install -c conda-forge -c pysces pysces ``` Any dependencies will be installed automatically, including the optional dependencies -*Assimulo*, *ipyparallel* and *libSBML*. +*Assimulo*, *ipyparallel* and *libSBML*. +> **NOTE:** Anaconda packages are only provided for Python versions 3.9-3.11. The +> reason is that Assimulo has not been ported to Python 3.12 and still depends on +> `numpy.distutils`. As soon as this has happened, PySCeS Anaconda packages for 3.12 +> will be built. Alternatively, you can use *pip* to -install PySCeS from PyPI. Core dependencies will be installed automatically. Wheels -are available for 64-bit Windows and Linux, as well as macOS architectures *x86_64* and -*arm64* (starting from PySCeS version 1.2.0). +install PySCeS from PyPI. Core dependencies will be installed automatically. Wheels +are available for 64-bit Windows and Linux, as well as macOS architectures *x86_64* and +*arm64* (starting from PySCeS version 1.2.0, supporting Python 3.11 and 3.12). ```bash $ pip install pysces