Skip to content

Commit

Permalink
change package name "brain-py" to 'brainpy'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Apr 18, 2022
1 parent a082315 commit 8dd174e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BrainPy is a flexible, efficient, and extensible framework for computational neu
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:

```bash
$ pip install brain-py -U
$ pip install brainpy -U
```

The following packages are required for ``BrainPy``:
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ To do so, use:

.. code-block:: bash
pip install brain-py
pip install brainpy
To update the BrainPy version, you can use

.. code-block:: bash
pip install -U brain-py
pip install -U brainpy
If you want to install the pre-release version (the latest development version)
of BrainPy, you can use:

.. code-block:: bash
pip install --pre brain-py
pip install --pre brainpy
Installation from source
Expand Down

0 comments on commit 8dd174e

Please sign in to comment.