Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated installation instructions to match yt-dlps new needed default group requirement
  • Loading branch information
vxbinaca authored Oct 22, 2024
1 parent 0736069 commit 6b7d0e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ For distros other than Debian based ones, consult your package managers manpage
At a minimum Python 3.8 and up is required (latest Python preferred).

```
pipx install tubeup --include-deps
pipx install tubeup
pipx install yt-dlp[default]
pipx install internetarchive
```

3. If you don't already have an Internet Archive account, [register for one](https://archive.org/account/login.createaccount.php) to give the script upload privileges.
Expand Down Expand Up @@ -85,8 +87,8 @@ Dockerized tubeup is provided by [etnguyen03/docker-tubeup](https://github.com/e
3. Fully update the Linux installation with your package manager of choice.
```sudo apt update ; sudo apt upgrade```
4. Install python `pipx` and `ffmpeg`.
5. Install Tubeup using steps 4-6 in the Linux configuration guide above and configuring `internetarchive` for your Archive.org account.
6. Periodically update your Linux packages and python packages.
5. Install Tubeup using steps 3-6 in the Linux configuration guide above and configuring `internetarchive` for your Archive.org account.
6. Periodically update your Linux packages and python packages with `pipx`.

## Usage

Expand Down

0 comments on commit 6b7d0e0

Please sign in to comment.