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.