Skip to content

Commit

Permalink
fix: alterar python version para 3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgalvao committed Feb 3, 2024
1 parent 84533e3 commit 66e65cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ pyenv install 3.11.5
pyenv local 3.11.5
```

3. Instale as dependências do projeto:
3. Instale as dependências do projeto e configurar poetry para Python version 3.11.5:

```bash
poetry env use 3.11.5
poetry install
```

Expand Down

0 comments on commit 66e65cf

Please sign in to comment.