Skip to content

Commit

Permalink
[README.md] - docs: update installation instructions to use uv
Browse files Browse the repository at this point in the history
 - Replace poetry with uv as the dependency management tool
 - Add steps to create virtual environment and sync dependencies with uv
  • Loading branch information
JulesBelveze committed Nov 3, 2024
1 parent 5fb9419 commit 807ed6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ First download the repository:
git clone https://github.com/JulesBelveze/bert-squeeze.git
```

and then install dependencies using [poetry](https://python-poetry.org/docs/):
and then install dependencies using [uv](https://docs.astral.sh/uv/):

```commandline
poetry install
uv venv
source .venv/bin/active
uv sync
```

You are all set!
Expand Down

0 comments on commit 807ed6f

Please sign in to comment.