From 7a860c3331a708ecca7004625289807d3ccf6e9f Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 11 Jul 2024 08:11:57 -0500 Subject: [PATCH] comment out package install top until additional content is added Signed-off-by: Karl W. Schulz --- docs/installation/system-install.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/installation/system-install.md b/docs/installation/system-install.md index 56176ce3..9ca96d02 100644 --- a/docs/installation/system-install.md +++ b/docs/installation/system-install.md @@ -26,12 +26,6 @@ __Assumptions__: To begin, we download the Omnistat software and install necessary Python dependencies. Per the assumptions above, we leverage a dedicated user to house the software install. - - - - 1. Clone repository. ```shell-session [omnidc@login]$ git clone https://github.com/AMDResearch/omnistat.git @@ -43,10 +37,10 @@ as a package. --> [omnidc@login]$ pip install --user -r requirements.txt ``` -```{note} + At this point, we can verify basic functionality of the data collector and launch the client by hand.