Installation¶
Install with pip¶
$ pip install Products.LocalFS
Install with zc.buildout¶
Just add Products.LocalFS to the eggs setting(s) in your
buildout configuration to have it pulled in automatically:
...
eggs =
Products.LocalFS
...