Skip to content

Commit 9e81b7b

Browse files
committed
Update README
1 parent e3d59c5 commit 9e81b7b

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3840
curl -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
4445
pip 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
5253
poetry install
5354
poetry shell
55+
```
56+
57+
58+
Executando
59+
```bash
5460
beerlog
61+
# ou
62+
python -m beerlog
5563
```
5664

5765
Se apareceu `Hello from beerlog` então está tudo certo.

0 commit comments

Comments
 (0)