Skip to content

Commit

Permalink
Fixed up some things, step 0 to clean previous install method
Browse files Browse the repository at this point in the history
  • Loading branch information
vxbinaca committed Aug 22, 2023
1 parent 731b2d7 commit 616a21f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Reccomended system specifications:

## Setup and Installation

0. Uninstall any previous tools from the OS repository or older pip installation methods:

```
sudo apt remove yt-dlp youtube-dl ; pip3 uninstall yt-dlp youtube-dl internetarchive jsonpatch jsondiff jsonpointer mid3cp mid3iconv mid3v2 moggsplit mutagen-inspect mutagen-pony normalizer tdmq tubeup
```

1. Install `ffmpeg`, pip3 (typically `python3-pip`), and `git`.
To install `ffmpeg` in Ubuntu, enable the Universe repository.

Expand Down Expand Up @@ -47,16 +53,13 @@ Now you'll need to ensure the path of the virtual environment from pipx is in `$
pipx ensurepath
```

Close your shell or terminal and open a new one.

3. Use `pipx` to install the required python3 packages.
At a minimum Python 3.8 and up is required (latest Python preferred).

```
pipx install tubeup
```
Then...

```
pipx install internetarchive
pipx install tubeup --include-deps
```

4. 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

0 comments on commit 616a21f

Please sign in to comment.