-
Notifications
You must be signed in to change notification settings - Fork 41
Conda installation
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
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
- View/Subscribe to the SasView Calendar
- Fortnightly developer's agenda/minutes
- Developer Guides
- Admin Processes and Procedure Notes
- Active Project Pages
- Historical Archive of Obsolete Pages
- Contributor e-Learning Course (free)
- Non Coding contribution needs/projects
- New functionality projects
- DRAFT for acknowledging contributions