Thanks for all developer for 3D slicer. Currently, I want to use the semi-automatic segmentation method of 3D slicer in python.
pip install slicer
It is appreciated for any suggestion.
Slicer has a Python environment set up and you can install in it any additional Python packages that you need (using the pip_install() convenience function). You can find examples of using segmentation tools from Python in the script repository.
pip_install()