-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
JuniorAlive edited this page Aug 11, 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 PowerShell and run:
winget install fzf
-
Download and install the latest version of SPYCLI: Open a command prompt or PowerShell and run:
curl -LO https://github.com/junioralive/spycli/releases/download/0.0.1/spycli-1.0.0-py3-none-any.whl && pip install spycli-1.0.0-py3-none-any.whl
Prerequisites
Steps
-
Install dependencies: Use the package manager to install fzf and mpv:
sudo apt-get install fzf mpv
-
Download and install the latest version of SPYCLI:
curl -LO $(curl -s https://api.github.com/repos/junioralive/spycli/releases/latest | grep "browser_download_url.*whl" | cut -d '"' -f 4) pip3 install spycli-*-py3-none-any.whl
Prerequisites
Steps
-
Install dependencies:
brew install fzf mpv
-
Download and install the latest version of SPYCLI:
curl -LO $(curl -s https://api.github.com/repos/junioralive/spycli/releases/latest | grep "browser_download_url.*whl" | cut -d '"' -f 4) pip install spycli-*-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 fzf curl
-
Download and install the latest version of SPYCLI:
curl -LO https://github.com/junioralive/spycli/releases/download/1.0.0/spycli-1.0.0.tar.gz && pip install spycli-1.0.0.tar.gz
Prerequisites
- VLC Media Player π₯ for iOS and iSH π₯οΈ app installed from the App Store.
Steps
-
Setup iSH:
apk update && apk upgrade apk add python3 fzf curl python3 -m ensurepip --upgrade
-
Download and install the latest version of SPYCLI:
curl -LO https://github.com/junioralive/spycli/releases/download/1.0.0/spycli-1.0.0.tar.gz && pip3 install spycli-1.0.0.tar.gz