Skip to content

Installation

Raphaël Doursenaud edited this page Sep 6, 2016 · 6 revisions

Requirements

Installation Procedure

  1. Download the project in your preferred format: .tar.gz or .zip.
  2. Decompress the archive on your machine. All the script files belong to a google-shared-contacts-client/ directory.
  3. Follow further instructions depending on your platform.

Windows

  1. Install Python 2 from https://www.python.org/downloads
    Make sure to select "Add python.exe to Path" for the following command to work.
  2. Go to the google-shared-contacts-client directory and install the dependencies:
    python -m pip install -r requirements.txt
    
  3. Follow Setup

Others (GNU/Linux, *BDS, Mac OS X…)

  1. Go to the google-shared-contacts-client directory and install dependencies:
    pip install -r requirements.txt
    
  2. Follow Setup