- Machine Learning with Go Quick Start Guide
- Michael Bironneau Toby Coleman
- 137字
- 2021-06-24 13:34:01
Installing Go
Development environments are personal. Most developers will prefer one code editor or toolset over another. While we recommend the use of interactive tools such as Jupyter via gophernotes, the only prerequisite to running the code examples in this book is a working installation of Go 1.10 or higher. That is, the go command should be available and the GOPATH environment variable should be set up correctly.
To install Go, download a binary release for your system from https://golang.org/dl/. Then, refer to the one of the following subsections that matches your operating system[2].
If you only want to use gophernotes to run Go code and you intend to use Docker as the installation method, then you can skip this section and go straight to the Running Go interactively with gophernotes section.
推薦閱讀
- 零點起飛學Xilinx FPG
- 硬件產品經理手冊:手把手構建智能硬件產品
- 平衡掌控者:游戲數值經濟設計
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- Large Scale Machine Learning with Python
- OUYA Game Development by Example
- Internet of Things Projects with ESP32
- 基于Proteus仿真的51單片機應用
- 單片機原理及應用
- USB應用開發寶典
- Zabbix 4 Network Monitoring
- 計算機應用基礎案例教程(Windows 7+Office 2010)
- Hands-On One-shot Learning with Python
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程
- Hands-On Markov Models with Python