Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GDriveFS

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dsoprea/GDriveFS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10 changes: 10 additions & 0 deletions gdrivefs/resources/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,16 @@ Troubleshooting Steps

$ sudo pip install --allow-unverified antlr-python-runtime --allow-external antlr-python-runtime gdrivefs

- If you see an ImportError regarding "ez_setup", then you'll need to install
ez_setup with::

$ sudo pip install ez_setup

- After installation, if you see an ImportError regarding "discovery", then try
the following command::

$ sudo pip install --upgrade google-api-python-client


-------
Options
Expand Down