Add pyproject.toml
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.