-
Notifications
You must be signed in to change notification settings - Fork 42
DevNotes_CondaDevEnviroment
Steve K edited this page Sep 15, 2023
·
29 revisions
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)
Note 3: The conda environment itself can be updated with the command
conda update -n base -c defaults conda
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
pip install -r build_tools/requirements.txt
Navigate to sasdata, sasmodels, and sasview folders (separately) and run:
python setup.py install
python run.py
- 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