You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wojciech Potrzebowski edited this page Jun 14, 2022
·
32 revisions
Example for setting up developers enviroment using pip from conda envioremnt.
Note 1: This assumes that you have already installed anaconda
Note 3: All commands should be executed from terminal
Setup conda enviroment:
conda create -n sasview_dev python=3.9
Activate enviroment
conda activate sasview_dev
Download requirements file (currently it is in the branch but will be moved to main at some point)