File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ da Python week e programar junto com o Bruno e o Jeferson.
1818
1919## Preparando o ambiente
2020
21+ > ** OBS** substitua ` SEUNOME ` pelo seu nome de usuário do github.
22+
2123- Você pode rodar localmente em seu computador desde que tenha o Python 3.8+
2224 - Para rodar localmente faça o clone com ` git clone https://github.com/SEUNOME/python-week-2022 `
2325 - Acesse a pasta ` cd python-week-2022 `
@@ -37,21 +39,27 @@ Este template utiliza o gerenciador de pacotes **poetry**
3739``` bash
3840curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
3941```
40- ### Ou em outros ambientes (incluindo o gitpod)
4142
4243` Em outros ambientes pode instalar com `
4344``` bash
4445pip install --user poetry
4546```
4647
47- > No replit.com o poetry já está disponível
48+ > No replit.com o poetry já está disponível e no gitpod será instalado assim que o ambiente iniciar.
4849
4950## Instalando o ambiente
5051
5152``` bash
5253poetry install
5354poetry shell
55+ ```
56+
57+
58+ Executando
59+ ``` bash
5460beerlog
61+ # ou
62+ python -m beerlog
5563```
5664
5765Se apareceu ` Hello from beerlog ` então está tudo certo.
You can’t perform that action at this time.
0 commit comments