virt-manager/INSTALL
Cole Robinson 3e51aea7af Update INSTALL for the new world order
And add a todo.txt note about documenting the translation process, and
how to update translations.
2013-04-03 19:40:40 -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 run
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