From d24b4dfcdd92c934d2a09c0a4cbd803f70dd5d03 Mon Sep 17 00:00:00 2001 From: ALQUDAH <3BOOD.ALQUDAH@GMAIL.COM> Date: Mon, 14 Sep 2020 13:35:17 +0400 Subject: [PATCH] update instraction change commend to install and run pip to be pip3 git clone https://github.com/Pirate-Crew/IPTV.git --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18ace62..493133f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ on Ubuntu/Debian `sudo apt-get install pyqt4-dev-tools` * Clone the repository `git clone git@github.com:Pirate-Crew/IPTV.git` * `cd` into `iptv` -* run `pip install -r requirements.txt` in order to get the full dependencies +* run `pip3 install -r requirements.txt` in order to get the full dependencies * run `python iptv.py` * Use the application menu to do stuff @@ -42,9 +42,9 @@ on Ubuntu/Debian `sudo apt-get install pyqt4-dev-tools` ## How to use the GUI version -* Clone the repository `git clone git@github.com:Pinperepette/IPTV.git` +* Clone the repository `git clone https://github.com/Pirate-Crew/IPTV.git` * `cd` into `iptv` -* run `pip install -r requirements.txt` in order to get the full dependencies +* run `pip3 install -r requirements.txt` in order to get the full dependencies * run `python iptv_gui.py` * you can see an example of the GUI in the image below