2016-10-20 20:30:53 +02:00
+++
title = "Installation"
description = "Installing Echo"
2016-11-21 00:16:22 +02:00
[menu.main]
2016-10-20 20:30:53 +02:00
name = "Installation"
parent = "guide"
weight = 1
+++
Echo is developed and tested using Go `1.6.x` and `1.7.x`
```sh
$ go get -u github.com/labstack/echo
```
2016-11-13 19:36:57 +02:00
> Ideally you should rely on a [package manager](https://github.com/avelino/awesome-go#package-management) like glide or govendor to use a specific [version](https://github.com/labstack/echo/releases) of Echo.
2016-10-20 20:30:53 +02:00
2016-11-21 00:16:22 +02:00
## [Migrating Guide](/guide/migration)
2016-10-20 20:30:53 +02:00
Echo follows [semantic versioning ](http://semver.org ) managed through GitHub releases.
Specific version of Echo can be installed using a [package manager ](https://github.com/avelino/awesome-go#package-management ).