Cross-platform iRODS gui
- Python >=3.9
- PySide6 or PyQT6
- python-irodsclient
- natsort
python -m venv .venv
source .venv/bin/activate
pip install . # or pip install -e.Install Miniforge: https://github.com/conda-forge/miniforge
Follow installation instructions. Use default installation settings.
Execute next commands in anaconda prompt.
mamba env create -n bober -f conda/environment.yml
mamba activate bober
pip install -e .cd bober/
python main.py