- Learning Salesforce Einstein
- Mohith Shrivastava
- 117字
- 2021-07-02 21:44:03
Prerequisites
In this section, we will cover some of the software that we need to follow the command line instructions in the chapter:
- Install Homebrew from here (https://brew.sh/). Homebrew is a package manager for Mac that helps install open source software easily on your Mac Operating System.
- Install wget using Homebrew. The wget command is a free utility that helps to retrieve content from web server. Follow the command to install wget :
brew install wget
- Install CURL. CURL is a tool used to transfer data from your local computer/server to an external system or vice versa. Use Homebrew to install CURL on your Mac. The command to install is as follows:
brew install curl
推薦閱讀
- Objective-C Memory Management Essentials
- R語言數據分析從入門到精通
- Objective-C應用開發全程實錄
- Getting Started with ResearchKit
- 深入淺出Windows API程序設計:編程基礎篇
- Python GUI Programming Cookbook
- Elasticsearch for Hadoop
- 批調度與網絡問題的組合算法
- C語言程序設計實驗指導 (第2版)
- Mastering Linux Security and Hardening
- 深入解析Java編譯器:源碼剖析與實例詳解
- 交互設計師成長手冊:從零開始學交互
- 計算機程序的構造和解釋(JavaScript版)
- Visual Basic程序設計
- iOS程序員面試筆試真題與解析