Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 7 additions & 2 deletions docs/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down