conda create -n strix python=3.8
conda activate strix
conda install pytorch==1.9.1 torchvision==0.10.0 cudatoolkit=11.3 -c conda-forge
git clone https://github.com/Project-Strix/Strix.git
pip install -e ./Strix/MONAI_ex
pip install -e ./Strix
pip install git+https://github.com/Project-Strix/MONAI_EX.git
pip install git+https://github.com/Project-Strix/Strix.git
Notice that Strix is only tested on Linux only, not on Windows. If you find any problem with the deployment on Windows, please submit an issue.