Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 864 Bytes

1-Installation-EN.md

File metadata and controls

25 lines (17 loc) · 864 Bytes

← Requirements | Installation(中文) | Client →


Installation by Using command

Use go get to install SDK:

$ go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk

If you have used glide to manage dependence,you can also use glide to install Alibaba Cloud SDK for Go:

$ glide get github.com/aliyun/alibaba-cloud-sdk-go

Installing by Using the ZIP file

The Alibaba Cloud SDK for Go includes a ZIP file containing all the classes and dependencies you need to run.

Download the file, and then extract it into your project at a location you choose.


← Requirements | Installation(中文) | Client →