- 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
推薦閱讀
- Python Game Programming By Example
- Visual Basic學習手冊
- INSTANT Mercurial SCM Essentials How-to
- Mastering Apache Maven 3
- 青少年學Python(第1冊)
- HTML5+CSS3 Web前端開發(fā)技術(第2版)
- Learning jQuery(Fourth Edition)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Spring 5 Design Patterns
- QPanda量子計算編程
- Mastering Gephi Network Visualization
- 從零開始:C語言快速入門教程
- KnockoutJS Essentials
- Instant MongoDB
- Java 9 Cookbook