Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideA committed Dec 8, 2017
1 parent 983ebda commit eb9b044
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,6 +1,13 @@
# google-drive-downloader
Minimal class to download shared files from Google Drive.

### How to install:
Installing is as simple as

```
pip install googledrivedownloader
```

### How to use
You will need to obtain the sharable link from Google Drive:

Expand All @@ -11,4 +18,4 @@ gdd.download_file_from_google_drive(file_id='1iytA1n2z4go3uVCwE__vIKouTKyIDjEq',
dest_path='./data/mnist.zip',
unzip=True)
```
This will download a `mnist.zip` file into a `data` folder and unzip it.
This will download a `mnist.zip` file into a `data` folder and unzip it.

0 comments on commit eb9b044

Please sign in to comment.