@@ -27,44 +27,19 @@ Sometimes needed:
2727Installing the latest release
2828-----------------------------
2929
30- When using Ubuntu, Debian, Fedora, CentOS or RHEL, it is advisable to use the
31- deb or rpm packages I create for every release, so you get automatic updates
32- whenever a new release is issued.
30+ The easiest way is to install with pip::
3331
34- Users of Ubuntu releases that Canonical still supports can use my launchpad
35- PPA:
32+ ``pip3 install python-hpilo ``
3633
37- .. code-block :: console
34+ You can also download the package from `PyPI `_ and install it manually like any
35+ other application by unpacking it and running ``python setup.py install ``.
3836
39- $ sudo add-apt-repository ppa:dennis/python
40- $ sudo apt-get update
41- $ sudo apt-get install python-hpilo
37+ .. _`PyPI` : http://pypi.python.org/packages/source/p/python-hpilo/, extract it and run
4238
43- Users of supported Fedora and RHEL/CentOS releases can ue my COPR repository:
39+ Users of supported Fedora and RHEL/CentOS releases can also use my COPR repository:
4440
4541.. code-block :: console
4642
4743 $ sudo dnf install dnf-plugins-core
4844 $ sudo dnf copr enable seveas/python-hpilo
4945 $ sudo dnf install python-hpilo
50-
51- Or for older releases, using yum:
52-
53- .. code-block :: console
54-
55- $ sudo yum install yum-plugin-copr
56- $ sudo yum copr enable seveas/python-hpilo
57- $ sudo yum install python-hpilo
58-
59- And for even older releases, where yum-plugin-copr isn't available, you can
60- download a .repo file from `COPR `_ to copy to ``/etc/yum.repos.d ``.
61-
62- .. _`COPR` : https://copr.fedorainfracloud.org/coprs/seveas/python-hpilo/
63-
64- If you can not, or do not want to use these packages (for example, if you use
65- windows or osx, or if you want to install into a virtualenv) you can download
66- the package from `PyPI `_ and install it manually like any other application by
67- unpacking it and running ``python setup.py install ``. Or use ``pip `` to install
68- it: ``pip install python-hpilo ``
69-
70- .. _`PyPI` : http://pypi.python.org/packages/source/p/python-hpilo/, extract it and run
0 commit comments