1[← Requirements](0-Requirements-EN.md) | Installation[(中文)](1-Installation-CN.md) | [Client →](2-Client-EN.md)
2***
3
4## Installation by Using command
5Use `go get` to install SDK:
6
7```sh
8$ go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
9```
10
11If you have used glide to manage dependence,you can also use glide to install Alibaba Cloud SDK for Go:
12
13```sh
14$ glide get github.com/aliyun/alibaba-cloud-sdk-go
15```
16
17## Installing by Using the ZIP file
18The Alibaba Cloud SDK for Go includes a ZIP file containing all the classes and dependencies you need to run.
19
20Download the [file][Go-release], and then extract it into your project at a location you choose.
21
22***
23[← Requirements](0-Requirements-EN.md) | Installation[(中文)](1-Installation-CN.md) | [Client →](2-Client-EN.md)
24
25[Go-release]: https://github.com/aliyun/alibaba-cloud-sdk-go/releases