forked from rlaager/python-virtinst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
27 lines (17 loc) · 766 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
To install virtinst and the associated utilities (virt-install, ...),
run the command:
python setup.py install
Please see http://docs.python.org/inst/standard-install.html for more info
on the standard python install process.
If installing from an upstream checkout, the 'man' pages may not be up to
date. You can force man page generation (which will be picked up by the next
'install' command) with:
python setup.py sdist
An RPM can be built and placed in the local rpmroot with:
python setup.py rpm
Note this RPM has been catered to Fedora/Red Hat distros, but may work
elsewhere..
For translators, running:
python setup.py refresh_translations
Will regenerate po/virtinst.pot and merge existing translations with the
new template file.