Skip to content

Commit 636404d

Browse files
committed
Update to new main branch
Switch from `develop` to `main` as main developement branch.
1 parent 70ef57b commit 636404d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ It will require Python>=3.10 to run. (We are following the
2727

2828
Development versions of the PEtab library can be installed using
2929

30-
pip3 install https://github.com/PEtab-dev/libpetab-python/archive/develop.zip
30+
pip3 install https://github.com/PEtab-dev/libpetab-python/archive/main.zip
3131

32-
(replace `develop` by the branch or commit you would like to install).
32+
(replace `main` by the branch or commit you would like to install).
3333

3434
When setting up a new parameter estimation problem, the most useful tools will
3535
be:

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"display_github": True,
115115
"github_user": "petab-dev",
116116
"github_repo": "libpetab-python",
117-
"github_version": "develop",
117+
"github_version": "main",
118118
"conf_py_path": "/doc",
119119
}
120120

0 commit comments

Comments
 (0)