Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Mar 8, 2024
1 parent 7511afd commit 05120a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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

0 comments on commit 05120a5

Please sign in to comment.