Skip to content

Commit 4e57c46

Browse files
committed
Ajustes na descrição "do que vc precisa"
1 parent 03bb6aa commit 4e57c46

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

content/tutorial-django-2.2.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,7 @@ Até a data deste post o Django está na versão 2.2.2, e requer Python 3.
1818

1919
Python 3, pip e virtualenv.
2020

21-
Você vai precisar do [pip](https://pip.readthedocs.io/en/latest/) e do [virtualenv](https://virtualenv.pypa.io/en/latest/).
22-
23-
* Instale primeiro o `pip`
24-
25-
Primeira opção
26-
27-
```
28-
$ wget https://bootstrap.pypa.io/get-pip.py
29-
$ sudo python get-pip.py
30-
```
31-
32-
Segunda opção
33-
34-
`$ sudo apt-get install -y python-pip`
35-
36-
* Depois instale o `virtualenv`
37-
38-
```
39-
$ sudo pip install virtualenv
40-
$ # ou
41-
$ sudo apt-get install -y virtualenv
42-
```
21+
Considere que você tenha instalado Python3, [pip](https://pip.readthedocs.io/en/latest/) e [virtualenv](https://virtualenv.pypa.io/en/latest/).
4322

4423

4524
## Criando o ambiente

0 commit comments

Comments
 (0)