Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down