Skip to content

Commit

Permalink
atualizacao
Browse files Browse the repository at this point in the history
  • Loading branch information
joseabrantesjr committed Sep 14, 2024
1 parent f4a28ad commit aef56c1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
29 changes: 25 additions & 4 deletions docs/instalacao.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,32 @@ Siga os passos abaixo para configurar o ambiente de desenvolvimento e executar o

## 🔧 Requisitos

- Python 3.6 ou superior
- Python
- Git

## 📦 Clonar o Repositório

### 1. Clone o repositório

Primeiro, faça o clone deste repositório:

```bash
git clone https://github.com/joseabrantesjr/trade.git
cd trade
```

### 2. Instale as dependências

Use o `pip` para instalar as dependências listadas no arquivo `requirements.txt`.

```bash
git clone https://github.com/seu_usuario/meu-projeto.git
cd meu-projeto
pip install -r requirements.txt
```

### 3. Execute o programa

Rode o script Python diretamente no terminal e insira o símbolo de uma empresa listada na bolsa para prever seus preços e otimizar seu portfólio:

```bash
python run.py
```

4 changes: 0 additions & 4 deletions docs/uso.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

#### **3.3. `docs/uso.md`**

```markdown
---
title: Como Usar
---
Expand Down

0 comments on commit aef56c1

Please sign in to comment.