From 97ffc3db0e0d54056562100d9b36b390681ef5b9 Mon Sep 17 00:00:00 2001 From: Evstifeev Roman Date: Thu, 18 Oct 2018 10:13:57 +0600 Subject: [PATCH] README: remove note about old google-api release google-api-python-client was updated and pushed to pypi --- gdrivefs/resources/README.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gdrivefs/resources/README.rst b/gdrivefs/resources/README.rst index c7db726..a186334 100644 --- a/gdrivefs/resources/README.rst +++ b/gdrivefs/resources/README.rst @@ -16,24 +16,6 @@ Latest Changes - The 'auth' subcommand on the 'gdfstool' command is now obsolete. Though you may continue to use this subcommand, please start using the 'auth_get_url' and 'auth_write' subcommands as this subcommand will be removed in the future. ---------- -Important ---------- - -Both *PyPI* and the Google Code downloads for *google_api_python_client* have an -old version of their libraries, prior to when they fixed some Unicode problems -that might cause failure when dealing with downloads/uploads of certain types -of files. - -To install using *git*, do the following:: - - $ git clone https://github.com/google/google-api-python-client - - $ cd google-api-python-client - $ sudo python setup.py install - $ sudo python setup.py install_egg_info - - ------------ Installation ------------