You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdrivefs/resources/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -485,11 +485,14 @@ own quotes/etc.., it was more difficult to make sense of the values.
485
485
Misc Notes
486
486
----------
487
487
488
-
A file will be marked as hidden on *Google Drive* if it has a prefixing dot.
488
+
- A file will be marked as hidden on *Google Drive* if it has a prefixing dot.
489
489
However, Linux/Unix doesn't care about the "hidden" attribute. If you create a
490
490
file on *Google Drive*, somewhere else, and want it to truly be hidden via this
491
491
software, make sure you add the prefixing dot.
492
492
493
+
- If you have a need to do a developer install, use "pip install -e" rather than "python setup.py develop". The latter will [now] break because of the dependencies that are eggs.
0 commit comments