Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jul 18, 2024
1 parent 72924ac commit 78fa053
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# ndx-binned-spikes Extension for NWB

⚠️ **Warning: This extension is currently in alpha and subject to change before the first release.**
## Installation
The extension is already available on [PyPI](https://pypi.org/project/ndx-binned-spikes/) and can be installed using pip. The following command installs the latest version of the extension:
Python:
```bash
pip install -U ndx-binned-spikes
```

If you want to install the development version of the extension you can install it directly from the GitHub repository. The following command installs the development version of the extension:

## Installation
Python:
```bash
pip install -U git+https://github.com/catalystneuro/ndx-binned-spikes.git
Expand Down

0 comments on commit 78fa053

Please sign in to comment.