Skip to content

Add pyproject.toml

Marie Houillon requested to merge package into fixes_2023

I've added a basic pyproject.toml which allows to install limpetGUI via pip, making the commands limpetgui, bin2h5 and txt2h5 available.

For example:

python -m venv venv_limpetgui
. ./venv_limpetgui/bin/activate
pip install git+https://git.opencarp.org/openCARP/limpetgui.git@package
# or `pip install .` from within the limpetgui folder

In particular, limpetgui could then also be installed in an isolated environment using pipx.

Merge request reports

Loading