Skip to content

Commit 9ab9b95

Browse files
authored
Merge pull request #1 from hdmf-dev/rly-patch-1
2 parents 3bbb378 + 4056866 commit 9ab9b95

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ sharing and storing neurophysiology data, to facilitate adoption through integra
1313
data ecosystem, while also giving users a deep set of tools to more easily create and manage data in
1414
compliance with controlled term sets.
1515

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.
1717

1818
Installation
1919
============
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:
2121

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+
```
3125

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/).

0 commit comments

Comments
 (0)