From 6ec694e889e57701331cc00f280eefe128592dcb Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:53:52 +0500 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index bb6c074..37e7db3 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,9 @@ you can use this as a base for your discord bot by writing your own [cogs](/cogs git clone https://github.com/rejnronuzz/muzovkantv2.git cd muzovkantv2 ``` -2. install the requirements +2. install the requirements. you might need to enter a venv on some systems. ```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:*