Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 359 Bytes

installation.rst

File metadata and controls

21 lines (14 loc) · 359 Bytes

Installation

Install with pip

$ pip install Products.LocalFS

Install with zc.buildout

Just add :mod:`Products.LocalFS` to the eggs setting(s) in your buildout configuration to have it pulled in automatically:

...
eggs =
    Products.LocalFS
...