| see https://github.com/LumionHXJ/SegHist | |
| curl -LsSf https://astral.sh/uv/install.sh | sh | |
| # On Windows. | |
| powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" | |
| uv venv --python 3.8 --seed --clear | |
| .venv/Scripts/pip.exe install -r requirements.txt --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org | |
| .venv/Scripts/python.exe | |