You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[update] Refine installation instructions and improve docstring formatting (#767)
* [update] Refine installation instructions and improve docstring formatting
* [update] Add note about BrainPy's rewrite based on brainstate
* [update] Remove redundant installation information from index
<ahref="https://github.com/brainpy/BrainPy/actions/workflows/CI-models.yml"><imgalt="Continuous Integration with Models"src="https://github.com/brainpy/BrainPy/actions/workflows/CI-models.yml/badge.svg"></a>
14
14
</p>
15
15
16
16
17
-
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation (built on top of [JAX](https://github.com/google/jax), [Taichi](https://github.com/taichi-dev/taichi), [Numba](https://github.com/numba/numba), and others). It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **building**, **simulation**, **training**, **analysis**, etc.
17
+
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation. It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **building**, **simulation**, **training**, **analysis**, etc.
18
18
19
-
-**Website (documentation and APIs)**: https://brainpy.readthedocs.io/en/latest
19
+
-**Website (documentation and APIs)**: https://brainpy.readthedocs.io/
-**Source on OpenI**: https://git.openi.org.cn/OpenI/BrainPy
24
23
25
24
25
+
BrainPy now is rewritten based on [brainstate](https://github.com/chaobrain/brainstate), please learn [brainstate documentation](https://brainstate.readthedocs.io/) for the latest updates.
26
26
27
-
## Installation
28
-
29
-
BrainPy is based on Python (>=3.8) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms.
30
27
31
-
BrainPy requires ``jax<0.6.0``.
28
+
## Installation
32
29
33
-
For detailed installation instructions, please refer to the documentation: [Quickstart/Installation](https://brainpy.readthedocs.io/en/latest/quickstart/installation.html)
30
+
BrainPy is based on Python (>=3.10) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms.
34
31
35
32
36
33
### Using BrainPy with docker
@@ -64,6 +61,7 @@ We provide a Binder environment for BrainPy. You can use the following button to
64
61
-[《神经计算建模实战》 (Neural Modeling in Action)](https://github.com/c-xy17/NeuralModeling)
65
62
-[第一届神经计算建模与编程培训班 (First Training Course on Neural Modeling and Programming)](https://github.com/brainpy/1st-neural-modeling-and-programming-course)
66
63
-[第二届神经计算建模与编程培训班 (Second Training Course on Neural Modeling and Programming)](https://github.com/brainpy/2nd-neural-modeling-and-programming-course)
64
+
-**[brain modeling ecosystem](https://brainmodeling.readthedocs.io/)**: A collection of tools and libraries for brain modeling and simulation.
0 commit comments