-
Notifications
You must be signed in to change notification settings - Fork 220
Installation
Vishnunarayan K I edited this page Mar 23, 2020
·
7 revisions
The following are extended installation instructions for Windows and Linux users.
Contributed by @1ijack
-
Install Chocolatey Package manager (via Windows Nuget) to
-
the
choco install
command SHOULD be run with an administrator privledgedcmd.exe
console:[WindowsKey] > "cmd.exe" > [Shift]+[Ctrl]+[Enter] > (Click "Yes")
choco install -y git python3 aria2 mpv
- the rest of the commands SHOULD be run in an un-privledged/normal
cmd.exe
console:[WindowsKey] > "cmd.exe" > [Enter]
pip install -U git+https://github.com/vn-ki/anime-downloader.git
Available on brew
brew install anime-downloader --HEAD
Refer this issue
For arch users, anime-downloader is available in the AUR.
If you are using linux, you most probably already have python installed.
Type pip --version
into your terminal. If it says python2, replace all the following pip
with pip3
.
-
Install aria2
-
Install anime downloader
pip install anime-downloader
- To install master branch
pip install -U git+https://github.com/vn-ki/anime-downloader.git
- Enjoy.
- You can download mpv with your package manager. You can follow this guide, to install it on ubuntu.