-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main page and add installation instructions
- Loading branch information
1 parent
d913c6b
commit 3cb5a33
Showing
4 changed files
with
51 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Install MatNWB | ||
============== | ||
|
||
Download the current release of MatNWB from the | ||
`MatNWB releases page <https://github.com/NeurodataWithoutBorders/matnwb/releases>`_ | ||
or from the `MATLAB's FileExchange <https://www.mathworks.com/matlabcentral/fileexchange/67741-neurodatawithoutborders-matnwb>`_. | ||
You can also check out the latest development version via:: | ||
|
||
git clone https://github.com/NeurodataWithoutBorders/matnwb.git | ||
|
||
After downloading MatNWB, make sure to add it to MATLAB's search path: | ||
|
||
.. code-block:: matlab | ||
addpath("path/to/matnwb") | ||
savepath() % Permanently add to search path | ||
Requirements | ||
------------ | ||
|
||
MATLAB R2016 or later? |