Skip to content

Commit

Permalink
Specify google dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Nov 1, 2016
1 parent d9076fa commit ebc2cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Dashboard installation

.. code::
pip install google-api-python-client
pip install google-api-python-client==1.4.1
* Create database tables:

Expand Down
2 changes: 1 addition & 1 deletion docs/dashboard_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Extra Installation

.. code::
pip install google-api-python-client
pip install google-api-python-client==1.4.1
* Specify path to your Google Analytics ``client_secrets.json`` (obtained at Google website):

Expand Down
2 changes: 1 addition & 1 deletion docs/install_dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Dashboard Installation

.. code::
pip install google-api-python-client
pip install google-api-python-client==1.4.1
* Create database tables:

Expand Down

0 comments on commit ebc2cc3

Please sign in to comment.