Skip to content

Commit babffc1

Browse files
authored
Update README.md
1 parent de8c1e6 commit babffc1

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@ e módulos, porém a maioria dos arquivos encontra-se vazio.
1010
A apartir deste template você poderá acompanhar as lives
1111
da Python week e programar junto com o Bruno e o Jeferson.
1212

13+
## Obtendo seu repositório
14+
15+
1. Crie um **fork** (cópia) deste repositório clicando em [fork](https://github.com/rochacbruno/python-week-2022/fork)
16+
2. O seu repositório estará em https:// github.com / SEUNOME / python-week-2022
17+
3. Copie a URL do seu repositório (você vai precisar depois)
18+
1319
## Preparando o ambiente
1420

1521
- Você pode rodar localmente em seu computador desde que tenha o Python 3.8+
22+
- Para rodar localmente faça o clone com `git clone https://github.com/SEUNOME/python-week-2022`
23+
- Acesse a pasta `cd python-week-2022
1624
- Você pode rodar no [https://replit.com/](https://replit.com/) diretamente no browser
25+
- Para rodar no replit, crie um replit e escolha a opção `importar do github`
1726
- Você pode rodar no [https://gitpod.io](https://gitpod.io)
18-
- Ou qualquer plataforma que permita executar Python 3.8
27+
- Para rodar no gitpod acesse no navegador `https://gitpod.io/#https://github.com/SEUNOME/python-week-2022`
28+
- Ou em qualquer plataforma que permita executar Python 3.8
1929

2030
## Requisitos
2131

0 commit comments

Comments
 (0)