|
@@ -23,6 +23,10 @@ To install it right away for all users on an apt-based system, add our apt repos
|
|
Finally, install apt\-transport\-https, update your apt database, and install avideo:
|
|
Finally, install apt\-transport\-https, update your apt database, and install avideo:
|
|
|
|
|
|
sudo apt install apt\-transport\-https && sudo apt update && sudo apt install avideo
|
|
sudo apt install apt\-transport\-https && sudo apt update && sudo apt install avideo
|
|
|
|
+
|
|
|
|
+You can alternatively install the Python package directly, using pip:
|
|
|
|
+
|
|
|
|
+ sudo pip install avideo
|
|
|
|
|
|
Otherwise, or if you would like to install from source, download the source tarball. Extract it, and then run the following in a terminal:
|
|
Otherwise, or if you would like to install from source, download the source tarball. Extract it, and then run the following in a terminal:
|
|
|
|
|
|
@@ -704,6 +708,8 @@ If you've followed [our manual installation instructions](#installation) for apt
|
|
|
|
|
|
If you have installed youtube-dl using a package manager like *apt-get* or *yum*, use the standard system update mechanism to update. Distribution packages may be outdated.
|
|
If you have installed youtube-dl using a package manager like *apt-get* or *yum*, use the standard system update mechanism to update. Distribution packages may be outdated.
|
|
|
|
|
|
|
|
+For installations made using pip, the command `sudo pip install -U avideo` will update to the latest version.
|
|
|
|
+
|
|
As a last resort, you can also uninstall the version installed by your package manager and follow our manual installation instructions. For that, remove the distribution's package, with a line like
|
|
As a last resort, you can also uninstall the version installed by your package manager and follow our manual installation instructions. For that, remove the distribution's package, with a line like
|
|
|
|
|
|
sudo apt-get remove -y youtube-dl
|
|
sudo apt-get remove -y youtube-dl
|
|
@@ -877,7 +883,6 @@ If you want to create a build of youtube-dl yourself, you'll need
|
|
* python
|
|
* python
|
|
* make (only GNU make is supported)
|
|
* make (only GNU make is supported)
|
|
* pandoc
|
|
* pandoc
|
|
-* zip
|
|
|
|
* nosetests
|
|
* nosetests
|
|
|
|
|
|
For information on contributing, please see the [Developer Documentation](https://rg3.github.io/youtube-dl/Developer+Documentation).
|
|
For information on contributing, please see the [Developer Documentation](https://rg3.github.io/youtube-dl/Developer+Documentation).
|