Browse Source

Merge pull request #59 from lamby/debian-package-names-1

Refer to Debian package names
Arnau Sanchez 9 years ago
parent
commit
8f25b70d56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ Dependencies
   * [Python 2.6/2.7/3.x](http://www.python.org).
   * 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 those packages. If not, you can install them with `pip`:
+Check if your operating system provides those packages. On Debian GNU/Linux, they are available as `python-googleapi` and `python-progressbar`. If not, you can install them with `pip`:
 
 ```
 $ pip install --upgrade google-api-python-client progressbar