From 935eaed3d2ae469b2c4d601f4008ffb6e08e0e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Sun, 8 Jul 2018 16:23:49 +0200 Subject: [PATCH] Adding how to install Also replace oldest repository from enovance to redhat-cip --- CONTRIBUTING.rst | 6 +++--- README.rst | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 57131fd8..8e626df5 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,12 +1,12 @@ If you would like to contribute to the development of the hardware module, use Pull Requests from github: - https://github.com/enovance/hardware + https://github.com/redhat-cip/hardware To report a bug, take a look if you bug has already been reported on: -https://github.com/enovance/hardware/issues +https://github.com/redhat-cip/hardware/issues If your bug is new, it should be filed on GitHub: - https://github.com/enovance/hardware/issues/new + https://github.com/redhat-cip/hardware/issues/new diff --git a/README.rst b/README.rst index 5487aec2..42a62346 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,13 @@ Features * filter hardware according to hardware profiles +Install +------- + +Installing from pypi:: + + pip install -U hardware + Usage -----