-
-
Notifications
You must be signed in to change notification settings - Fork 164
Installation
Deepjyoti Barman edited this page Aug 26, 2020
·
1 revision
- Python 3.x
- ffmpeg
System Wide Install (requires sudo
)
pip install ytmdl
User Install (no sudo
)
pip install --user ytmdl
ytmdl
is available in AUR as ytmdl
. It can be found here
NOTE: The git version is availble as
ytmdl-git
in 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/ytmdl
Available 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