Skip to content

Commit

Permalink
comment out package install top until additional content is added
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Jul 11, 2024
1 parent 587a74d commit 7a860c3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/installation/system-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- The following two subsections describe two different ways of running the
Omniwach client: executing directly from a local directory, or installing it
as a package. -->

<!-- ### Option A. Run client from local directory -->

1. Clone repository.
```shell-session
[omnidc@login]$ git clone https://github.com/AMDResearch/omnistat.git
Expand All @@ -43,10 +37,10 @@ as a package. -->
[omnidc@login]$ pip install --user -r requirements.txt
```

```{note}
<!-- ```{note}
Omnistat can also be installed as a Python package. How cool is that? Add more snazzy text here to get folks pointed in the
right direction.
```
``` -->

At this point, we can verify basic functionality of the data collector and launch the client by hand.

Expand Down

0 comments on commit 7a860c3

Please sign in to comment.