File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ It will require Python>=3.10 to run. (We are following the
2727
2828Development 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
3434When setting up a new parameter estimation problem, the most useful tools will
3535be:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments