-
Notifications
You must be signed in to change notification settings - Fork 41
DevNotes_CondaDevEnviroment
Wojciech Potrzebowski edited this page Jun 15, 2022
·
29 revisions
Example for setting up developers enviroment using pip from conda envioremnt.
Note 1: This assumes that you have anaconda and git installed
Note 3: All commands should be executed from terminal (Terminal
on OSX and Linux and Anaconda Prompt
on Windows)
conda create -n sasview_dev python=3.9
conda activate sasview_dev
Copy contents of the file and save it as requirements.txt. Then change to the folder you saved the file in.
https://github.com/SasView/sasview/blob/env_setup/build_tools/requirements.txt
pip install -r requirements.txt
git clone https://github.com/SasView/sasview.git
git clone https://github.com/SasView/sasmodels.git
Go to sasmodels and sasview folders (separetly) and run:
python setup.py install
- 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