Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Jun 20, 2022
1 parent bbf1880 commit 5dc0154
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ you can use the HED Online Validator currently available at
your files without downloading any tools.

### Installation
Use `pip` to install `hedtool` from the
[GitHub](https://github.com/hed-standard/hed-python) repository,
since the `hedtools` in this repository are not yet available on PyPI:
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
Expand Down

0 comments on commit 5dc0154

Please sign in to comment.