Installation

Latest Version: 1.3.0

The simplnx library can be installed through an Anaconda packages from the BlueQuartzSoftware channel. This can be achieved by creating a new virtual environment and installing SIMPLNX into that environment.

SIMPLNX Installation

Attention

This kind of installation will allow you to utilize the SIMPLNX library through python.

conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n nxpython python=3.10
conda activate nxpython
conda install -c bluequartzsoftware simplnx

Full DREAM3D-NX Installation

Attention

This kind of installation will allow you to utilize the full DREAM3D-NX application

conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n nxpython python=3.10
conda activate nxpython
conda install -c bluequartzsoftware dream3dnx