-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from VisLab/main
Finalized the MATLAB HEDTools interface
- Loading branch information
Showing
6 changed files
with
369 additions
and
333 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,8 @@ | ||
[![Documentation Status](https://readthedocs.org/projects/hed-matlab/badge/?version=latest)](https://www.hed-matlab.org/en/latest/?badge=latest) | ||
[![@HEDstandard](http://img.shields.io/twitter/follow/hedstandard.svg?style=social)](https://twitter.com/HEDstandard) | ||
|
||
# HED-MATLAB | ||
This repository contains the MATLAB supporting code infrastructure for Hierarchical Event Descriptors (HED). | ||
This repository contains the MATLAB supporting code infrastructure | ||
for Hierarchical Event Descriptors (HED). | ||
|
||
|
||
### Installation of hedtools | ||
|
||
The most of the Python-related resources in this repository | ||
require the installation of the HEDTools Python module, which can be | ||
installed using `pip` or directly from its GitHub repository as follows: | ||
|
||
To use `pip` to install `hedtools` from PyPI: | ||
|
||
``` | ||
pip install hedtools | ||
``` | ||
|
||
To install directly from the | ||
[GitHub](https://github.com/hed-standard/hed-python) repository: | ||
|
||
``` | ||
pip install git+https://github.com/hed-standard/hed-python/@master | ||
``` | ||
|
||
HEDTools require python 3.7 or greater. | ||
The documentation for this repository can be found at | ||
[**HED MATLAB Tools**](https://www.hed-resources.org/en/latest/HedMatlabTools.html). |
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
Oops, something went wrong.