Skip to content

Commit e4cba73

Browse files
authored
Merge pull request #344 from bendichter/patch-9
Update README.md to include view-nwb
2 parents a5b2c3a + 3e051c5 commit e4cba73

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ This branch contains the new (v2) version of neurosift. The previous (v1) versio
66

77
The live application is hosted at [https://neurosift.app](https://neurosift.app).
88

9+
## Run locally
10+
11+
If you want to run neurosift on a local file, you can install it via pip and run it locally.
12+
13+
1. **Install neurosift:**
14+
```bash
15+
pip install neurosift
16+
```
17+
18+
2. **Run neurosift locally:**
19+
```bash
20+
neurosift view-nwb path-to-local-nwbfile.nwb
21+
```
22+
23+
924
## For developers
1025

1126
Follow these steps to install and run the app locally in development mode:

0 commit comments

Comments
 (0)