- 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
推薦閱讀
- JavaScript全程指南
- 企業級Java EE架構設計精深實踐
- Angular UI Development with PrimeNG
- Mastering RabbitMQ
- Ext JS Data-driven Application Design
- HTML5 Mobile Development Cookbook
- YARN Essentials
- Bootstrap Essentials
- Effective Python Penetration Testing
- PHP+MySQL網站開發項目式教程
- Mastering Business Intelligence with MicroStrategy
- 利用Python進行數據分析
- R用戶Python學習指南:數據科學方法
- UI設計全書(全彩)
- 零基礎學C語言第2版