Skip to content

Commit

Permalink
installation to get fsspec working (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
brumar authored Jul 18, 2024
1 parent a84dedd commit c79e1e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ Fsspec filesystem
*PyDrive2* provides easy way to work with your files through `fsspec`_
compatible `GDriveFileSystem`_.

Install PyDrive2 with the required dependencies

::

$ pip install PyDrive2[fsspec]

.. code:: python
from pydrive2.fs import GDriveFileSystem
Expand Down

0 comments on commit c79e1e1

Please sign in to comment.