Mention the sftp extra here

This commit is contained in:
Jean-Paul Calderone 2019-08-14 09:29:55 -04:00
parent 7511d605e8
commit 0f283980ab

View File

@ -37,6 +37,15 @@ We recommend SFTP over FTP, because the protocol is better, and the server
implementation in Tahoe-LAFS is more complete. See `Known Issues`_, below,
for details.
Software Dependencies
---------------------
The SFTP support in Tahoe-LAFS requires certain additional libraries not installed by default.
In order to install everything necessary, use the "sftp" extra when installing Tahoe-LAFS.
For example::
% pip install tahoe-lafs[sftp]
Tahoe-LAFS Support
==================