Skip to content

Latest commit

 

History

History
executable file
·
37 lines (15 loc) · 944 Bytes

install_carthage.md

File metadata and controls

executable file
·
37 lines (15 loc) · 944 Bytes

Install Carthage on Mac

Carthage is used to manage 3rd party frameworks/plugins for iOS/Mac OS X development. In their words, "A simple, decentralized dependency manager for Cocoa."

Step-by-Step Guide

You have two options to install Carthage. Via the installation package (pkg) or using Homebrew.

  1. Download Package: https://github.com/Carthage/Carthage/releases (Carthage.pkg)
  2. Via Homebrew
    1. Install Homebrew

      Current command:

       ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      
    2. Install Carthage

      Current command:

       brew install carthage
      

Subscribe on our YouTube Channel and join us for more in-depth tutorials on Django development.

Cheers!

Organized by CodingForEntrepreneurs