https://loosolab.pages.gwdg.de/software/metadata-organizer/
- Clone the repository
git clone git@gitlab.gwdg.de:loosolab/software/metadata-organizer.git
- Move to the new repository directory
cd metadata-organizer
- Create a pip environment
python3 -m venv .venv
- Activate the environment
source .venv/bin/activate
- Install the package
pip install .