Skip to content
Wojciech Potrzebowski edited this page May 10, 2022 · 10 revisions

SasView conda package is avaialable for Linux and MacOS (currently Windows is not supported).

If you have anaconda or miniconda installed you may install sasview together with creating enviroment by:
conda create -n sasview -c conda-forge python=3.9 sasview
This will install all required packages and iniate enviroment, which cab be activated by:
conda activate sasview Finally one start sasview by running:
sasview

Clone this wiki locally