We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example for setting up developers environment using pip and conda.
Note 1: This assumes that you have anaconda and git installed
Note 2: All commands should be executed from terminal (Terminal on OSX and Linux and Anaconda Prompt on Windows)
Terminal
Anaconda Prompt
conda create -n sasview_dev python=3.9
conda activate sasview_dev
git clone https://github.com/SasView/sasview.git git clone https://github.com/SasView/sasmodels.git git clone https://github.com/SasView/sasdata.git
sasview
pip install -r build_tools/requirements.txt
Navigate to sasdata, sasmodels, and sasview folders (separately) and run:
python setup.py install
python run.py