🕸️
Cyberdrop-DL
Cyberdrop-DL
Cyberdrop-DL
  • Welcome!
  • Getting Started
    • Python Install
      • Windows
      • Linux
      • macOS
    • Cyberdrop-DL Install
    • Running CDL on Android
  • Transition to V6
  • Frequently Asked Questions
  • Migration to Cyberdrop-DL-Patched
  • SimpCity Support Dropped
  • Reference
    • Supported Websites
    • Configuration Options
      • Special Type Options
      • Authentication
      • Settings
        • Browser Cookies
        • Download Options
        • Dupe Cleanup Options
        • File Size Limits
        • Files
        • Ignore Options
        • Logs
        • Media Duration Limits
        • Runtime Options
        • Sorting
      • Global Settings
        • General
        • Rate Limiting Options
        • UI Options
    • CLI Arguments
    • Notifications
    • Changelog
    • Contributing
Powered by GitBook
On this page
  1. Getting Started
  2. Python Install

macOS

Here's the gist on how to handle python on Mac

PreviousLinuxNextCyberdrop-DL Install

Last updated 4 months ago

Fortunately, for macOS users, it's quite straightforward!

Simply open a terminal and enter the following command:

python3 --version

If the version number is 3.11, 3.12 or 3.13, you're all set!

If you encounter an error when running the command, try the following:

Open a terminal (or use the same window) and enter the following command:

export HOMEBREW_NO_INSTALL_FROM_API=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

The above command will install , a useful package manager that makes it easy to install and manage software on macOS.

Once the installation is complete, restart your computer and open a new terminal window. You can then run the following commands, and Homebrew will handle the installation for you.

brew install python3
brew link python3

Once the Python installation is complete, you can go ahead to

homebrew
install Cyberdrop-DL