virt-manager/INSTALL
Michal Novotny 3f58dc5423 INSTALL: Fix typo in RPM generation command
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2013-05-08 14:22:26 -04:00

22 lines
534 B
Plaintext

Basic Install
=============
For starters, if you just want to run virt-manager/virt-install to test out
changes, it can be done from the source directory:
./virt-manager
To install the software into /usr/local (usually), you can do:
python setup.py install
To build an RPM, you can run:
python setup.py rpm
setup.py generally has all the build and install commands, for more info see:
python setup.py --help-commands
python setup.py install --help
http://docs.python.org/inst/standard-install.html