How to install pystardust/ani-cli. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
pystardust/ani-cli Installation Guide
How to install pystardust/ani-cli. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for pystardust/ani-cli. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i pystardust/ani-clior
Install via npx
npx @hexmos/ipm i pystardust/ani-cliPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
git
system_toolVersion: 2.30.1
virtualenv
build_toolVirtual environment manager for Python.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install using Native Packages (Linux)
sudo apt install ani-cli
sudo dnf copr enable derisis13/ani-cli && sudo dnf install ani-cli
yay -S ani-cli
sudo eselect repository enable guru && sudo emaint sync -r guru && sudo emerge -a ani-cli
zypper addrepo https://download.copr.fedorainfracloud.org/results/derisis13/ani-cli/opensuse-tumbleweed-x86_64/ ani-cli && zypper dup && zypper install ani-cliInstall using Native Packages (macOS)
brew install curl grep aria2 ffmpeg git fzf yt-dlp && brew install --cask iina
git clone "https://github.com/pystardust/ani-cli.git" && cd ./ani-cli && cp ./ani-cli "$(brew --prefix)"/bin && cd .. && rm -rf ./ani-cliInstall using Native Packages (Android/Termux)
pkg up -y && pkg install ani-cli
pkg install termux-amInstall using Scoop (Windows)
scoop bucket add extras && scoop install windows-terminal
scoop install git
scoop bucket add extras && scoop install ani-cli
scoop bucket add extras && scoop install fzf ffmpeg mpv
scoop install yt-dlp aria2Install using iSH (iOS)
apk update && apk upgrade
apk add grep sed curl fzf git aria2 ncurses patch ffmpeg
git clone --depth 1 https://github.com/pystardust/ani-cli.git ~/.ani-cli && cp ~/.ani-cli/ani-cli /usr/local/bin/ani-cli && chmod +x /usr/local/bin/ani-cli && rm -rf ~/.ani-cliInstall using Steam Deck (Konsole)
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install --all
mkdir ~/.aria2c && curl -o ~/.aria2c/aria2-1.36.0.tar.bz2 https://github.com/q3aql/aria2-static-builds/releases/download/v1.36.0/aria2-1.36.0-linux-gnu-64bit-build1.tar.bz2 && tar xvf ~/.aria2c/aria2-1.36.0.tar.bz2 -C ~/.aria2c/ && cp ~/.aria2c/aria2-1.36.0-linux-gnu-64bit-build1/aria2c ~/.local/bin/ && chmod +x ~/.local/bin/aria2c
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/.local/bin/yt-dlp && chmod +x ~/.local/bin/yt-dlp
mkdir ~/.patch && curl -o ~/.patch/patch.tar.zst https://mirror.sunred.org/archlinux/core/os/x86_64/patch-2.8-1-x86_64.pkg.tar.zst && tar xvf ~/.patch/patch.tar.zst -C ~/.patch/ && cp ~/.patch/usr/bin/patch ~/.local/bin/
flatpak install io.mpv.Mpv --noninteractive
git clone https://github.com/pystardust/ani-cli.git ~/.ani-cli && cp ~/.ani-cli/ani-cli ~/.local/bin/ && rm -rf ~/.ani-cliInstall using FreeBSD
sudo pkg install mpv fzf aria2 yt-dlp patch git
git clone "https://github.com/pystardust/ani-cli.git" && sudo cp ani-cli/ani-cli /usr/local/bin && rm -rf ani-cliInstall using Source Code (Unix-like)
git clone "https://github.com/pystardust/ani-cli.git" && cd ani-cli && sudo cp ani-cli /usr/local/bin && cd .. && rm -rf ani-cliPost Installation Steps
- Start the server using the command: `python manage.py runserver`
- Run database migrations with the command: `python manage.py makemigrations` followed by `python manage.py migrate`
