Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Before you can build a Discord bot you need to create it in the Discord Develope

#### 2.1. Create Python virtual environment
```
sudo apt install python3-venv -y
python3 -m venv .venv
```

Expand Down Expand Up @@ -191,4 +192,4 @@ For example, consider the twitter tool:
- The `Twitter` class has a `run` method that is called to run the tool.
4. There is a configuration module `twitter_config.py`.
- There is a `TwitterConfig` class in `twitter_config.py`.
5. There is a README file `twitter/README.md` that describes the configuration options.
5. There is a README file `twitter/README.md` that describes the configuration options.