File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ To install PEtabGUI from [PyPI](https://pypi.org/project/PEtab-GUI/), run:
1616pip install petab_gui
1717```
1818
19+ or, to install PEtabGUI in a dedicated virtual environment using
20+ [ pipx] ( https://github.com/pypa/pipx ) (to be installed separately), run:
21+
22+ ``` bash
23+ pipx install petab_gui
24+ ```
25+
1926### From GitHub
2027
2128To install the latest development version from GitHub, run:
@@ -46,6 +53,17 @@ After installation, launch PEtabGUI from the command line using the
4653Optionally, you can provide the path to an existing PEtab YAML file
4754as an argument.
4855
56+ ### Examples
57+
58+ A set of real-world PEtab problems is available in the
59+ [ PEtab benchmark collection] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab ) .
60+
61+ Download and unpack the [ archive] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/archive/refs/heads/master.zip ) ,
62+ then open one of the YAML files inside ` Benchmark-Models/*/ ` using
63+ PEtabGUI.
64+ ` Benchmark-Models/Boehm_JProteomeRes2014/Boehm_JProteomeRes2014.yaml `
65+ should serve as good starting point.
66+
4967## Features
5068
5169The PEtabGUI provides a Python-based graphical user interface that simplifies
You can’t perform that action at this time.
0 commit comments