Skip to content

Commit

Permalink
docs: 📝 Remove dependências opcionais na instalação
Browse files Browse the repository at this point in the history
Corrige as instruções de instalação via código-fonte, orientando que o comando `poetry install` seja executado sem a opção `-E impulsoetl` - uma vez que esse grupo de dependências foi removido no *commit* [3826077](3826077) (PR #25 ).
  • Loading branch information
bcbernardo authored Dec 16, 2022
1 parent 442deac commit d6cbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ git clone https://github.com/ImpulsoGov/etl.git
$ cd etl

# Instalar pacote e dependências
$ poetry install -E impulsoetl
$ poetry install
```

## Instalação e execução locais com Docker
Expand Down

0 comments on commit d6cbd85

Please sign in to comment.