We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5b2c3a + 3e051c5 commit e4cba73Copy full SHA for e4cba73
README.md
@@ -6,6 +6,21 @@ This branch contains the new (v2) version of neurosift. The previous (v1) versio
6
7
The live application is hosted at [https://neurosift.app](https://neurosift.app).
8
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
20
+ neurosift view-nwb path-to-local-nwbfile.nwb
21
22
23
24
## For developers
25
26
Follow these steps to install and run the app locally in development mode:
0 commit comments