Browse Source

Update README.md

Arnau Sanchez 9 years ago
parent
commit
0d0758db5f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -7,13 +7,12 @@ Dependencies
 ============
 
   * [Python 2.6 or 2.7](http://www.python.org). Python 3.0 is NOT supported.
-  * Package [Google APIs for Python](https://developers.google.com/api-client-library/python)
-  * Package [progressbar](https://pypi.python.org/pypi/progressbar) (Optional)
+  * Packages: [google-api-python-client](https://developers.google.com/api-client-library/python), [progressbar](https://pypi.python.org/pypi/progressbar) (optional).
 
-Check if your operating system provides a package for the google API library. If not, this should work:
+Check if your operating system provides those packages. If not, you can install them with `pip`:
 
 ```
-$ pip install --upgrade google-api-python-client
+$ pip install --upgrade google-api-python-client progressbar
 ```
 
 Install