diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4220d9 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file diff --git a/gdrivefs/resources/README.rst b/gdrivefs/resources/README.rst index 12a2692..5dda5c6 100644 --- a/gdrivefs/resources/README.rst +++ b/gdrivefs/resources/README.rst @@ -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