@@ -32,10 +32,10 @@ Use `pip` to install `hedtools` from PyPI:
3232 ```
3333
3434To install directly from the
35- [ GitHub] ( https://github.com/hed-standard/hed-python ) repository ` master ` branch:
35+ [ GitHub] ( https://github.com/hed-standard/hed-python ) repository ` main ` branch:
3636
3737 ```
38- pip install git+https://github.com/hed-standard/hed-python/@master
38+ pip install git+https://github.com/hed-standard/hed-python/@main
3939 ```
4040
4141The HEDTools in this repository require Python 3.8 or greater.
@@ -57,22 +57,22 @@ the official HED schemas. The tools access this repository to retrieve and cache
5757during execution. Starting with ` hedtools 0.2.0 ` local copies of the most recent schema versions
5858are stored within the code modules for easy access.
5959
60- #### Develop versus master versus stable branches
60+ #### Develop versus main versus stable branches
6161
6262The ` hed-python ` repository
6363
64- | Branch | Meaning | Synchronized with |
65- | ------ | -------- | ------------------ |
66- | stable | Officially released on PyPI as a tagged version. | ` stable@hed-web ` <br />` stable@hed-specification ` <br />` stable@hed-examples ` |
67- | latest | Most recent usable version. | ` latest@hed-web ` <br />` latest@hed-specification ` <br />` latest@hed-examples ` |
64+ | Branch | Meaning | Synchronized with |
65+ | --------- | -------- | ------------------ |
66+ | stable | Officially released on PyPI as a tagged version. | ` stable@hed-web ` <br />` stable@hed-specification ` <br />` stable@hed-examples ` |
67+ | main | Most recent usable version. | ` latest@hed-web ` <br />` latest@hed-specification ` <br />` latest@hed-examples ` |
6868| develop | Experimental and evolving. | ` develop@hed-web ` <br />` develop@hed-specification ` <br />` develop@hed-examples ` |
6969
7070As features are integrated, they first appear in the ` develop ` branches of the
7171repositories.
7272The ` develop ` branches of the repositories will be kept in sync as much as possible
7373If an interface change in ` hed-python ` triggers a change in ` hed-web ` or ` hed-examples ` ,
7474every effort will be made to get the three types of branches
75- (` develop ` , ` latest ` , ` stable ` ) of the respective repositories in
75+ (` develop ` , ` main ` , ` stable ` ) of the respective repositories in
7676sync.
7777
7878API documentation is generated on ReadTheDocs when a new version is
@@ -86,7 +86,7 @@ Please use the [Github issues](https://github.com/hed-standard/hed-python/issues
8686for suggestions or bug reports.
8787The [ Github pull request] ( https://github.com/hed-standard/hed-python/pulls )
8888may also be used for contributions.
89- These PRs should be made to the ` develop ` branch, not the ` master ` branch.
89+ These PRs should be made to the ` main ` branch but should have a branch name other than ` main ` .
9090
9191#### Local Settings Storage
9292Cached Schemas by default are stored in "home/.hedtools/"
0 commit comments