From c046a8cb19a7705d266af9069955f3d03b65a0cf Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Mon, 7 Nov 2022 17:23:07 -0600 Subject: [PATCH] Rollback documentation changes Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: f0e5b1c71575fb7a4c64fe19262b4f4bac561e20] --- projects/rocprofiler-compute/src/docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/src/docs/installation.md b/projects/rocprofiler-compute/src/docs/installation.md index 0435efcb59..23bb77ca2f 100644 --- a/projects/rocprofiler-compute/src/docs/installation.md +++ b/projects/rocprofiler-compute/src/docs/installation.md @@ -62,7 +62,7 @@ Next, install Python dependencies and complete the Omniperf configuration/instal $ export INSTALL_DIR= # install python deps -$ python3 -m pip install --system -t ${INSTALL_DIR}/python-libs -r requirements.txt +$ python3 -m pip install -t ${INSTALL_DIR}/python-libs -r requirements.txt # configure Omniperf for shared install $ mkdir build @@ -159,7 +159,7 @@ instance. ### Install MongoDB Utils Omniperf uses [mongoimport](https://www.mongodb.com/docs/database-tools/mongoimport/) to upload data to Grafana's backend database ```bash -$ wget mongodb-database-tools-ubuntu2004-x86_64-100.6.1.deb +$ wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2004-x86_64-100.6.1.deb $ sudo apt intall ./mongodb-database-tools-ubuntu2004-x86_64-100.6.1.deb ``` > Find install for alternative distros [here](https://www.mongodb.com/download-center/database-tools/releases/archive)