From 425ea4e572fce41a86c4eed64f2875ef3f711516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 12 Dec 2022 16:38:40 +0000 Subject: [PATCH] Add a note about installation Fixes #92 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f7f225..11beba8 100644 --- a/README.md +++ b/README.md @@ -806,6 +806,14 @@ And have all test run, or just Setting `PYTHON_VERSION` is optional, but make sure you're using the same interpreter that was employed during setup, otherwise you may encounter runtime errors. +# System Installation + +myhoard can be installed system-wide by running: + +`python3 setup.py install` + +A .spec file is also present in this directory for building RPM files. + # License MyHoard is licensed under the Apache License, Version 2.0. Full license text