From c26fc492dd5205e3e7a850ca49b355d1ed474ae8 Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Wed, 16 Nov 2022 05:58:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3a5558..0eef204 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ twitch_miner.mine(followers=True, blacklist=["user1", "user2"]) # Blacklist exa ``` ### By cloning the repository -1. Clone this repository `git clone https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2` +1. Clone this repository `git clone https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2` 2. Install all the requirements `pip install -r requirements.txt` . If you have problems with requirements, make sure to have at least Python3.6. You could also try to create a _virtualenv_ and then install all the requirements ```sh pip install virtualenv @@ -311,8 +311,8 @@ pip install -r requirements.txt Start mining! `python run.py` 🥳 -### pip -Install the package via pip, you will find a stable version - maybe a different version from the master branch. +### pip deprecated +Install the package via pip, you will find a stable version - maybe a different version from the master branch. - `pip install Twitch-Channel-Points-Miner-v2` - Exceute the run.py file `python run.py` 🥳