Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.29 KB

File metadata and controls

71 lines (52 loc) · 1.29 KB

Installation

Platform-specific installation steps for Windscribe IP Changer for Android.

Python 3.x

Linux

sudo apt-get update
sudo apt-get install python3 python3-pip

macOS

brew install python3

Windows

Download from python.org

ADB (Android Debug Bridge)

Linux

sudo apt-get install adb
# Or via Android SDK
sudo apt-get install android-tools-adb

macOS

brew install android-platform-tools

Windows

  1. Download from Android Developer site
  2. Extract and add to PATH
  3. Or install Android Studio (includes ADB)

Windscribe

Android App (Recommended)

  1. Install from Google Play Store
  2. Or download APK from Windscribe website
  3. Configure and log in

CLI (Optional)

  1. Download from Windscribe website
  2. Install and configure
  3. Ensure it's in PATH

Verify Installation

# Check Python
python3 --version

# Check ADB
adb version

# Check device connection
adb devices

# Test script
python3 test_connection.py

Next Steps