Skip to content

Commit c79e1e1

Browse files
authored
installation to get fsspec working (#355)
1 parent a84dedd commit c79e1e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ Fsspec filesystem
132132
*PyDrive2* provides easy way to work with your files through `fsspec`_
133133
compatible `GDriveFileSystem`_.
134134

135+
Install PyDrive2 with the required dependencies
136+
137+
::
138+
139+
$ pip install PyDrive2[fsspec]
140+
135141
.. code:: python
136142
137143
from pydrive2.fs import GDriveFileSystem

0 commit comments

Comments
 (0)