Skip to content

Commit

Permalink
Update Python uv virtualenv e requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipebros authored Oct 23, 2024
1 parent ae45318 commit 7e25d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Python uv virtualenv e requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ uv init -p 3.8
```
## Para instalar as dependências do requirements migrando da versão antiga para usar somenteo uv
```bash
uv add -r requirements.txt
```
Essa maneira abaixo não atualiza o `pyproject.toml`
```bash
uv pip sync docs/requirements.txt
```

Expand Down

0 comments on commit 7e25d36

Please sign in to comment.