From f692b64daf92da0f590009e29255b810509bd585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Tue, 6 Sep 2016 20:45:24 +0200 Subject: [PATCH] Fixed installation command --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19b6d24..f1bc722 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ client_secret.json credentials.json +google-shared-contacts-client +google-shared-contacts-client.tar.gz +google-shared-contacts-client.zip diff --git a/README.md b/README.md index c11d917..fa8748a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Example CSV file for ```python shared_contacts_profiles.py --import```: [outlook # Installation ``` -pip install requirements.txt +pip install -r requirements.txt ``` # Setup