Browse Source

Update docs

Denis K 9 years ago
parent
commit
0ab6e708a9
2 changed files with 12 additions and 0 deletions
  1. 6 0
      README.rst
  2. 6 0
      docs/install_dashboard.rst

+ 6 - 0
README.rst

@@ -138,6 +138,12 @@ Dashboard installation
         ...
     )
 
+* **For Google Analytics widgets only** install python package:
+
+.. code::
+
+    pip install google-api-python-client
+
 * Create database tables:
 
 .. code:: python

+ 6 - 0
docs/install_dashboard.rst

@@ -29,6 +29,12 @@ Dashboard installation
         ...
     )
 
+* **For Google Analytics widgets only** install python package:
+
+.. code::
+
+    pip install google-api-python-client
+
 * Create database tables:
 
 .. code:: python