Skip to content

Commit

Permalink
Recommend using uv instead of pipx (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrice authored Oct 18, 2024
1 parent 3096054 commit 6481217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ The `mila` command is meant to be used on your local machine. Trying to run it o

Requires Python >= 3.8

We recommend using [`pipx`](https://github.com/pypa/pipx) in order to use `milatools` in its own isolated environment instead of alterring your default Python environment or creating and activating a new one manually.
We recommend using [`uv`](https://docs.astral.sh/uv/) in order to use `milatools` in its own isolated environment instead of alterring your default Python environment or creating and activating a new one manually.

```bash
pipx install milatools
uv tool install milatools
```

_Alternatively_:
Expand All @@ -31,7 +31,7 @@ pip install milatools
Or, for bleeding edge version:

```bash
pipx install git+https://github.com/mila-iqia/milatools.git
uv tool install git+https://github.com/mila-iqia/milatools.git
# OR
pip install git+https://github.com/mila-iqia/milatools.git
```
Expand Down

0 comments on commit 6481217

Please sign in to comment.