Mention setup with `godep`.
diff --git a/README.md b/README.md
index 14ce7c1..fbc8d5c 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,17 @@
 export GOPATH=$HOME/go
 ```
 
-Once this is set up, you can install the gophercloud package like so:
+To protect yourself against changes in your dependencies, we highly recommend choosing a
+[dependency management solution](https://code.google.com/p/go-wiki/wiki/PackageManagementTools) for
+your projects, such as [godep](https://github.com/tools/godep). Once this is set up, you can install
+gophercloud as a dependency like so:
 
 ```bash
 go get github.com/rackspace/gophercloud
+
+# Edit your code to import relevant packages from "github.com/rackspace/gophercloud"
+
+godep save ./...
 ```
 
 This will install all the source files you need into a `pkg` directory, which is