diff --git a/docs/index.md b/docs/index.md index 1c7f08418510c3b026a9e62be099c477fd0a921f..eddb3a9b05946c1ca79cf8a294b77de142c0c7bd 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`.