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:
parent
7827aae0ae
commit
31985cc551
3 changed files with 31 additions and 11 deletions
2
install
2
install
|
|
@ -5,5 +5,5 @@ set -e
|
|||
set -x
|
||||
|
||||
|
||||
pipx install --system-site-packages "$@" .
|
||||
uv tool install "$@" .
|
||||
eris --install-all-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue