Skip to content

Commit

Permalink
Merge pull request #564 from catalystneuro/fix_readme_installation
Browse files Browse the repository at this point in the history
Master to main in installation instructions in the readme.
  • Loading branch information
CodyCBakerPhD authored Sep 14, 2023
2 parents 57100c8 + 6164f98 commit 971fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note that this will install the package in [editable mode](https://pip.pypa.io/e

Finally, if you prefer to avoid `conda` altogether, the following commands provide a clean installation within the current environment:
```shell
pip install git+https://github.com/catalystneuro/neuroconv.git@master
pip install git+https://github.com/catalystneuro/neuroconv.git@main
```

## Documentation
Expand Down

0 comments on commit 971fb5d

Please sign in to comment.