-
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 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:
brew install fzf mpv
-
Download and install the latest version of SPYCLI:
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
- Termux π₯οΈ and MPV Player π₯ app installed from the Play Store or F-Droid.
Steps
-
Setup Termux:
pkg update && pkg upgrade pkg install python fzf git
-
Download and install the latest version of SPYCLI:
git clone https://github.com/junioralive/spycli.git && cd spycli && pip install .
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 git python3 -m ensurepip --upgrade
-
Download and install the latest version of SPYCLI:
git clone https://github.com/junioralive/spycli.git && cd spycli && pip3 install .