Now using uv instead of pipx

- Update the installation instructions in the readme.
- Change the install script to use uv.
This commit is contained in:
Andrew Hamilton 2025-06-04 22:52:09 +10:00
parent 7827aae0ae
commit 31985cc551
3 changed files with 31 additions and 11 deletions

View file

@ -5,5 +5,5 @@ set -e
set -x
pipx install --system-site-packages "$@" .
uv tool install "$@" .
eris --install-all-tools