From 4257b0acf6920a0d04d6dd53fd4f584d62c978bb Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 1 May 2024 19:53:03 +0200
Subject: [PATCH] [doc] Improve documentation

---
 doc/install.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/install.rst b/doc/install.rst
index 6c66ec1e..cf5e5825 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -61,7 +61,9 @@ Choose the relevant tab for details on each of those installation paths.
       pixi install --frozen --environment cuda
       pixi run -e cuda mednet info
 
-   Refer to further pixi configuration tips on the *Development* tab above.
+   To enable CUDA support, always run applications using the ``cuda``
+   environment via ``pixi run -e cuda ...``.  Refer to further pixi
+   configuration tips on the *Development* tab above.
 
 
 .. _mednet.setup:
-- 
GitLab