-
-
Notifications
You must be signed in to change notification settings - Fork 178
Installation
Deepjyoti Barman edited this page Aug 26, 2020
·
1 revision
- Python 3.x
- ffmpeg
System Wide Install (requires sudo)
pip install ytmdlUser Install (no sudo)
pip install --user ytmdlytmdl is available in AUR as ytmdl. It can be found here
NOTE: The git version is availble as
ytmdl-gitin AUR.
ytmdl can be installed in Gentoo by the following commands
# First set up src_prepare-overlay (as root)
emerge -av --noreplace app-eselect/eselect-repository
eselect repository enable src_prepare-overlay
emaint sync -r src_prepare-overlay
# Finally emerge ytmdl (as root)
emerge -av --autounmask net-misc/ytmdlAvailable in src_prepare-overlay here
ytmdl can be manually installed by the following command
git clone https://github.com/deepjyoti30/ytmdl && cd ytmdl && sudo python setup.py install