From 274defb2f134d6c1939bb80a4d10550a438e4a70 Mon Sep 17 00:00:00 2001
From: s214735 <s214735@student.dtu.dk>
Date: Thu, 5 Dec 2024 15:11:52 +0100
Subject: [PATCH] qim3d installation check

---
 docs/index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/index.md b/docs/index.md
index 1c7f0841..eddb3a9b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -137,6 +137,16 @@ The latest stable version can be simply installed using `pip`. Open your termina
 !!! note
     The base installation of `qim3d` does not include deep-learning dependencies, keeping the library lighter for scenarios where they are unnecessary. If you need to use deep-learning features, you can install the additional dependencies by running: **`pip install qim3d['deep-learning']`**
 
+After completing the installation, you can verify its success by running one or both of the following commands:
+
+    qim3d
+
+or:
+
+    pip show qim3d
+
+If either command displays information about the qim3d library, the installation was successful.
+
 ### Troubleshooting
 
 Here are some solutions for commonly found issues during installation and usage of `qim3d`.
-- 
GitLab