Skip to content

Commit

Permalink
📚 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaroque committed Aug 5, 2023
1 parent 5f5b732 commit 6ced426
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ To get a local copy installed and working, follow these steps:

### 📦 Install dependencies

> optional commands
1. Create a virtual env
1.Create a virtual env

```shell
python3 -m venv venv
```

1. Active virtual env
2.Active virtual env

1. Use `pip install -r requirements.txt` to install all dependencies.
3.Use `pip install -r requirements.txt` to install all dependencies.

### 🚀 Setup the bot

Expand Down

0 comments on commit 6ced426

Please sign in to comment.