eris/install
Andrew Hamilton 31985cc551 Now using uv instead of pipx
- Update the installation instructions in the readme.
- Change the install script to use uv.
2025-06-04 22:54:51 +10:00

9 lines
78 B
Bash
Executable file

#!/bin/bash
set -e
set -x
uv tool install "$@" .
eris --install-all-tools