summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 671f56df70d122461eb1890d41b5ab079ffc1b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  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