-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
JuniorAlive edited this page Aug 1, 2024
·
3 revisions
This guide will help you set up SPYCLI on your device, detailing the prerequisites and installation steps for different operating systems.
Before installing SPYCLI, ensure you have the necessary media player and tools installed based on your operating system:
- Windows, macOS, Linux: MPV
- Android: MPV Player
- iOS: VLC Media Player
Additionally, the following tools are required across all platforms:
Installation instructions vary based on the operating system. Please follow the steps for your respective platform.
- Install Python and pip (if not already installed).
- Install fzf using Winget:
winget install fzf
- 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
- Install Python, pip, and fzf via your package manager, e.g., APT for Debian-based systems:
sudo apt-get install python3 pip 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
- Install Homebrew if not already installed, then use it to install Python, pip, fzf, and mpv:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install python3 pip 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
- Install MPV Player from Google Play Store and Termux from F-Droid.
- Setup Termux with necessary packages:
pkg update && pkg upgrade pkg install python git curl pip install --upgrade pip
- 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
- Install VLC Media Player from the App Store and iSH from the App Store.
- Setup iSH with necessary packages:
apk update && apk upgrade apk add python3 git curl pip3 install --upgrade pip
- 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