diff --git a/projects/rocprofiler-compute/docs/install/core-install.rst b/projects/rocprofiler-compute/docs/install/core-install.rst index 2e908f9baad..36f3ebb41cf 100644 --- a/projects/rocprofiler-compute/docs/install/core-install.rst +++ b/projects/rocprofiler-compute/docs/install/core-install.rst @@ -100,6 +100,10 @@ This includes the ROCm profilers, dependencies, and base packages. # Install ROCm and the profilers from the AMD package repository. python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[profiler]" + .. note:: + + This pip installation option installs only the components required to run ROCm profiling tools (ROCm Compute Profiler and :doc:`ROCm Systems Profiler `). It doesn't include other components for developing or building ROCm applications. To install the full development environment, use ``pip install "rocm[devel]"`` or refer to the appropriate pip installation instruction under :doc:`Install AMD ROCm ` for your system environment. + Install from source =================== diff --git a/projects/rocprofiler-systems/docs/install/install.rst b/projects/rocprofiler-systems/docs/install/install.rst index 73c4cebbd62..b76e1990d1a 100644 --- a/projects/rocprofiler-systems/docs/install/install.rst +++ b/projects/rocprofiler-systems/docs/install/install.rst @@ -107,6 +107,10 @@ This includes the ROCm profilers, dependencies, and base packages. # Install ROCm and the profilers from the AMD package repository. python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[profiler]" + .. note:: + + This pip installation option installs only the components required to run ROCm profiling tools (ROCm Systems Profiler and :doc:`ROCm Compute Profiler `). It doesn't include other components for developing or building ROCm applications. To install the full development environment, use ``pip install "rocm[devel]"`` or refer to the appropriate pip installation instruction under :doc:`Install AMD ROCm ` for your system environment. + .. _post-installation-steps: Post-installation steps