From 09ac3cc0f3eeba938190cfb15ed6f7cd55862778 Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:49:16 +0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 90b157f..b31987d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ cd muzovkantv2 2. install the requirements ```bash pip install -r requirements.txt + +# you can also do it in a venv: +python -m venv venv +source venv/bin/activate +pip install -r requirements.txt ``` 3. insert your discord bot token and [thecatapi](https://thecatapi.com) token into the .env file. *it should look something like this:*