-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
JuniorAlive edited this page Aug 1, 2024
·
17 revisions
Installing SPYCLI involves a few simple steps that differ slightly depending on your operating system. Follow the instructions below for your specific platform to ensure proper installation.
Prerequisites
Steps
-
Install fzf: Open a prompt or PowerShel and run:
winget install fzf
-
Download and install SPYCLI: Open a command prompt or PowerShell and run:
curl -LO https://github.com/junioralive/spycli/releases/download/v1.0.0/spycli-1.0.0-py3-none-any.whl pip install spycli-1.0.0-py3-none-any.whl
-
Install MPV Player: Open a prompt or PowerShel and run:
pip install py7zr spycli.player
Prerequisites
Steps
-
Install dependencies: Use the package manager to install fzf and mpv:
sudo apt-get install fzf mpv
-
Download and install SPYCLI:
curl -LO https://github.com/junioralive/spycli/releases/download/v1.0.0/spycli-1.0.0-py3-none-any.whl pip3 install spycli-1.0.0-py3-none-any.whl
Prerequisites
Steps
-
Install dependencies:
brew install fzf mpv
-
Download and install SPYCLI:
curl -LO https://github.com/junioralive/spycli/releases/download/v1.0.0/spycli-1.0.0-py3-none-any.whl pip install spycli-1.0.0-py3-none-any.whl
Prerequisites
- Termux and MPV Player app installed from the Play Store or F-Droid.
Steps
-
Setup Termux:
pkg update && pkg upgrade pkg install python git curl
-
Download and install SPYCLI:
curl -O https://github.com/junioralive/spycli/releases/download/v1.0.0/spycli-1.0.0-py3-none-any.whl pip install spycli-1.0.0-py3-none-any.whl
Prerequisites
- VLC Media Player for iOS and iSH app installed from the App Store.
Steps
-
Setup iSH:
apk update && apk upgrade apk add python3 git curl
-
Download and install SPYCLI:
curl -O https://github.com/junioralive/spycli/releases/download/v1.0.0/spycli-1.0.0-py3-none-any.whl pip3 install spycli-1.0.0-py3-none-any.whl