summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-02-06 18:59:48 -0500
committerCole Robinson <crobinso@redhat.com>2018-02-06 19:02:53 -0500
commit3cb33d381c0097be6ec1bd496ede25a0d1c339af (patch)
tree9c512b45e7d7d31f8a21cb2c3c6ef469ecff79b4 /INSTALL.md
parentb42e37be1fec81e10e2507a796575b19c16ba364 (diff)
downloadvirt-manager-3cb33d381c0097be6ec1bd496ede25a0d1c339af.tar.gz
Update docs to use new setup.py invocation
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 399dd11b..983e32ce 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,19 +8,19 @@ changes, it can be done from the source directory:
To install the software into `/usr/local` (usually), you can do:
```sh
-python setup.py install
+./setup.py install
```
To build an RPM, you can run:
```sh
-python setup.py rpm
+./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`
- - [Python Standard Build and Install](https://docs.python.org/2/install/#standard-build-and-install)
+ - `./setup.py --help-commands`
+ - `./setup.py install --help`
+ - [Python Standard Build and Install](https://docs.python.org/3/install/#standard-build-and-install)
## Pre-requisite software
@@ -30,7 +30,7 @@ A detailed dependency list can be found in
Minimum version requirements of major components:
- - python >= 2.7
+ - python >= 3.3
- gtk3 >= 3.14
- libvirt-python >= 0.6.0
- pygobject3 >= 3.14