Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 909c640

Browse files
authored
Update README.md
1 parent 81bb620 commit 909c640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Para usar Primeiro Baixe As dependências
44
```bash
55
sudo pacman -S python3 --noconfirm
6-
sudo pacman -S python3-pip --noconfirm
7-
sudo pacman -S python3-venv --noconfirm # Substitua pacman pelo seu gerenciador de pacotes e suas flags
6+
sudo pacman -S python-pip --noconfirm # Substitua pacman pelo seu gerenciador de pacotes e suas flags # a maioria das distros vem com o venv ja no pacote python mas algumas(especialmente debian/ubuntu) precisa instalar separadamente
87
python3 -m venv ~/.venv
98
source ~/.venv/bin/activate # se usa bash
109
# source ~/.venv/bin/activate.fish # se usa fish

0 commit comments

Comments
 (0)