Commit b7fb9f28 authored by Matt Behrens's avatar Matt Behrens

example usage missing backslashes, oops :-)

parent fc36505a
......@@ -29,8 +29,8 @@ Distutils setup for Zope
your choosing. For example, to use '/usr/local/lib/zope'::
python setup.py install \
--home=/usr/local/lib/zope
--install-platlib=/usr/local/lib/zope
--home=/usr/local/lib/zope \
--install-platlib=/usr/local/lib/zope \
--install-purelib=/usr/local/lib/zope
Note that with this method, all packages and scripts (including
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment