From 05120a5ddbfa31379001e832c4ac5c076b387799 Mon Sep 17 00:00:00 2001 From: Chaoming Wang Date: Fri, 8 Mar 2024 15:25:12 +0800 Subject: [PATCH] update doc --- docs/index.rst | 1 + docs/quickstart/installation.rst | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 00271b41c..d4d4f2721 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ Installation .. code-block:: bash + # python 3.9-3.11 pip install -U brainpy[cpu] # windows, linux, macos .. tab-item:: GPU (CUDA 11.0) diff --git a/docs/quickstart/installation.rst b/docs/quickstart/installation.rst index 6931a1e3d..395bf627c 100644 --- a/docs/quickstart/installation.rst +++ b/docs/quickstart/installation.rst @@ -10,8 +10,8 @@ Installation Linux, and MacOS. It only relies on Python libraries. -Minimum requirements (without dependencies) -------------------------------------------- +Without dependencies +-------------------- To install brainpy with minimum requirements (has installed ``jax`` and ``jaxlib`` before), you can use: @@ -23,6 +23,11 @@ To install brainpy with minimum requirements (has installed ``jax`` and ``jaxlib Minimum requirements (with dependencies) ---------------------------------------- +.. note:: + + Full features of brainpy currently is only available on Python 3.9 - 3.11. + + To install brainpy with minimum requirements (only depends on ``jax``), you can use: .. code-block:: bash