From 4c2f0d11c943d63edb7e5f2d339b97d263daad5b Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 26 Sep 2025 10:36:39 +0100 Subject: [PATCH] Update README.md You have to install Python environment to set it up --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c4514..12eb30c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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. \ No newline at end of file +5. There is a README file `twitter/README.md` that describes the configuration options.