Hi,
Is it possible to set the slicer python interpreter so that it compiles in a virtual environment?
Thanks
Artur
Hi,
Is it possible to set the slicer python interpreter so that it compiles in a virtual environment?
Thanks
Artur
Slicer provides the virtual Python environment. You can run any Python commands, install Python packages (using the slicer.util.pip_install()
convenience function), etc.