File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,18 @@ sharing and storing neurophysiology data, to facilitate adoption through integra
13
13
data ecosystem, while also giving users a deep set of tools to more easily create and manage data in
14
14
compliance with controlled term sets.
15
15
16
- This repository hosts examples, tutorials, and the in development publication of NERD.
16
+ This repository hosts examples, tutorials, and the in- development publication of NERD.
17
17
18
18
Installation
19
19
============
20
- To run the tutorials, follow the instructions to install the latest version of HDMF and PyNWB.
20
+ To run the tutorials, first install the latest versions of PyNWB and HDMF:
21
21
22
- HDMF
23
- ====
24
- - Documentation of HDMF can be found at https://hdmf.readthedocs.io .
25
- - The repository and install instructions for HDMF can be found at https://github.com/hdmf-dev/hdmf .
26
-
27
- PyNWB
28
- =====
29
- - Documentation of HDMF can be found at https://pynwb.readthedocs.io .
30
- - The repository and install instructions for HDMF can be found at https://github.com/nwb/pynwb .
22
+ ``` bash
23
+ pip install -U pynwb hdmf
24
+ ```
31
25
26
+ API Documentation
27
+ =================
28
+ To learn more about the Python API for NWB (PyNWB) and the Hierarchical Data Modeling Framework (HDMF),
29
+ which support NERD, see the [ PyNWB documentation] ( https://pynwb.readthedocs.io/en/stable/ ) and the
30
+ [ HDMF documentation] ( https://hdmf.readthedocs.io/en/stable/ ) .
You can’t perform that action at this time.
0 commit comments