From 466eaf6328b22ffeede8248dfc4ef540393d286e Mon Sep 17 00:00:00 2001 From: Pradeep Bhattarai <29733866+pr0d33p@users.noreply.github.com> Date: Tue, 2 Jul 2019 17:51:33 +0545 Subject: [PATCH] Update readme.md pip updated to pip3 and python3 added. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cab8c4f..bbb9ec7 100644 --- a/readme.md +++ b/readme.md @@ -25,13 +25,13 @@ git clone https://github.com/askbuddie/YTBackup.git * you also have to install the dependencies for running YTBackup by running ```bash -pip install -r requirements.txt +pip3 install -r requirements.txt ``` * when you have the **YTbackup.py** file. simply run the .py file in terminal and you will be prompted to add some info about the file path / folder path. just follow the steps ```bash ->> D:\CAM Files\Python\OS>YTBackup.py --backup +>> D:\CAM Files\Python\OS>python3 YTBackup.py --backup ``` now YTBackup.py expects an arguments to be passed which defines what proccess you are doing, **restore** or **backup**.