Skip to content

Commit

Permalink
added dep ensure requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda committed Jan 5, 2018
1 parent a3cba5c commit 47d32c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ The driver requires the `Go language <https://golang.org/>`_ 1.8 or higher. The
Installation
================================================================================

Get Gosnowflake source code and `dep <https://github.com/golang/dep>`_ (dependency managment tool), if not installed, and ensure the dependent libraries are installed.

.. code-block:: bash
go get -u github.com/snowflakedb/gosnowflake
go get -u github.com/golang/dep/cmd/dep
cd $GOPATH/src/github.com/snowflakedb/gosnowflake/
dep ensure
Docs
====
Expand Down

0 comments on commit 47d32c6

Please sign in to comment.