diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-11-22 18:13:41 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-11-22 18:13:41 +0000 |
commit | 4344451918963491293b4e3419935e2691e9aff6 (patch) | |
tree | ca048184ecd2019e0cfa826d224eb276ded9d206 | |
parent | af0c8a43ca7d5279afa076bb45b59c708b5f6863 (diff) | |
download | bcfg2-4344451918963491293b4e3419935e2691e9aff6.tar.gz bcfg2-4344451918963491293b4e3419935e2691e9aff6.tar.bz2 bcfg2-4344451918963491293b4e3419935e2691e9aff6.zip |
remove stale (and useless) doc
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4982 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | README | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -5,12 +5,3 @@ in a coherent and transparent fashion. Much documentation is available on the Bcfg2 web site, at: http://www.bcfg2.org -For a basic installation of bcfg2, (ignoring prerequisites) can be performed -by running the command: -$ python setup.py install --prefix=/install/prefix - -This command will install all code and binaries in that prefix. If the -installation prefix is not /usr, or the python installation prefix, -then the environment variable PYTHONPATH will need to be adjusted to -point at the bcfg2 libraries installed into: -$ PYTHONPATH=/install/prefix/lib/python2.X/site-packages |