Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Gitter chat badge to README.md #122

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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