Skip to content

Commit

Permalink
Fix brainways execution command in docs (#13)
Browse files Browse the repository at this point in the history
* napari-brainways -> napari_brainways

* test -> tests

* fix docs
  • Loading branch information
bkntr committed Feb 18, 2024
1 parent b5c8e63 commit 12785c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ To install and run brainways, run the following in your python environment:

```bash
pip install napari-brainways
napari -w napari-brainways
napari -w napari_brainways
```

Follow our [getting started guide](https://napari-brainways.readthedocs.io/en/latest/getting_started/) for more details.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Expand Up @@ -22,7 +22,7 @@ This will install the brainways GUI along with all of its dependencies. After th
Launch brainways using the following command (if you installed brainways in a virtual environment, execute this command inside the virtual environment):

```bash
napari -w napari-brainways
napari -w napari_brainways
```

The first time Brainways is launched, it will automatically download the following dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -30,7 +30,7 @@ To install and run brainways, run the following in your python environment:

```bash
pip install napari-brainways
napari -w napari-brainways
napari -w napari_brainways
```

Follow our [getting started guide](getting_started.md) for more details.
Expand Down

0 comments on commit 12785c3

Please sign in to comment.