# Set Up
Configure Oauth2 for Google Sheets in the Google Developer Console.
Directions -> <a href='https://support.google.com/googleapi/answer/6158849/?hl=en&authuser=0'>here</a>.

Before leaving the console:
1.) Enable the Google Sheets API.
2.) Download the credentials as a json file.

Rename the json file to gdoc_client_secrets.json and place this file in a credentials directory (outside the github Repo).
DO NOT COMMIT ANY CREDENTIALS TO GITHUB!

Add the credentials directory to the bash source by typing the following
```
vim ~/.bash_profile
```

in the file add the following
'''
export CRED_PATH={whatever the path is to the directory}
'''
save and exit (in VIM its esc followed by :x).
