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).

Basic installation and running

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

Installing OpenCl

By default OpenCl is not installed and therefore SasView will be run using CPU only. However if you have as many computers are equiped with quite powerful GPU card it may be useful to install it. It can be done from activated enviroment by running in the terminal:
conda install -c conda-forge pocl

Clone this wiki locally