Skip to content

Commit

Permalink
feat: added uv install method to readme (a16z#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored Sep 27, 2024
1 parent 8235b27 commit 5d76736
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ Alternatively, you can download the Docker image that contains halmos and its de
docker pull .:/workspace ghcr.io/a16z/halmos:0.1.14
```

And finally, if you want to install halmos into an isolated virtual environment (so you don't have to deal with dependency issues), you can install it with [uv](https://docs.astral.sh/uv/getting-started/installation/):

```
curl -LsSf https://astral.sh/uv/install.sh | sh # install UV (see docs for other install methods)
uv tool install halmos
```

## Usage

```
Expand Down

0 comments on commit 5d76736

Please sign in to comment.