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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ BrainPy is a flexible, efficient, and extensible framework for computational neu
32
32
BrainPy is based on Python (>=3.7) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms. Install the latest version of BrainPy:
33
33
34
34
```bash
35
-
$ pip install brain-py -U
35
+
$ pip install brainpy -U
36
36
```
37
37
38
38
The following packages are required for ``BrainPy``:
0 commit comments