Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaineOliveira authored Sep 10, 2024
1 parent ad225cc commit d2c23f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Suba o docker
docker compose up -d --build
```

Criar venv na pasta python:
Criar venv na pasta python
```
python3 -m venv venv
```
Ativa o venv
```
source venv/bin/activate
```
Instale as dependências:
Instale as dependências
```
pip install pygame
pip install psycopg2-binary
Expand Down

0 comments on commit d2c23f2

Please sign in to comment.