mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Document the use of extras at install time
This commit is contained in:
parent
42f6a5609f
commit
7511d605e8
@ -193,6 +193,17 @@ You can also install directly from the source tarball URL::
|
||||
tahoe-lafs: 1.13.0
|
||||
...
|
||||
|
||||
Extras
|
||||
------
|
||||
|
||||
Tahoe-LAFS provides some functionality only when explicitly requested at installation time.
|
||||
It does this using the "extras" feature of setuptools.
|
||||
You can request these extra features when running the ``pip install`` command like this::
|
||||
|
||||
% venv/bin/pip install tahoe-lafs[sftp]
|
||||
|
||||
This example enables the SFTP frontend.
|
||||
The Tahoe-LAFS documentation for specific features which require an explicit install-time step will mention the "extra" that must be requested.
|
||||
|
||||
Hacking On Tahoe-LAFS
|
||||
---------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user