Skip to content

Commit 5552a7c

Browse files
committed
Added documentation comment about "pip install -e".
1 parent b1eb726 commit 5552a7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gdrivefs/resources/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,14 @@ own quotes/etc.., it was more difficult to make sense of the values.
485485
Misc Notes
486486
----------
487487

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.
489489
However, Linux/Unix doesn't care about the "hidden" attribute. If you create a
490490
file on *Google Drive*, somewhere else, and want it to truly be hidden via this
491491
software, make sure you add the prefixing dot.
492492

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.
494+
495+
493496
.. |donate| image:: https://pledgie.com/campaigns/27265.png?skin_name=chrome
494497
:alt: Click here to lend your support to: Fund GDriveFS, the Open Source Google Drive FUSE Adapter and make a donation at pledgie.com !
495498
:target: https://pledgie.com/campaigns/27265

0 commit comments

Comments
 (0)