Skip to content
Snippets Groups Projects
Commit 11da9c42 authored by fima's avatar fima :beers:
Browse files

Merge branch 'install_chec' into 'main'

qim3d installation check

See merge request !138
parents d8f37a54 274defb2
No related branches found
No related tags found
1 merge request!138qim3d installation check
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment