Skip to content

Installing

William Chapman edited this page Jul 12, 2016 · 7 revisions

Download

The git repository is located at: https://github.com/hasselmonians/CMBHOME.git

Method 1) Via git CL: cd to the desired location and run git clone https://github.com/wchapman/CMBHOME.git

Method 2) Via github GUI: Follow directions here, using the repository link above.

Method 3) Via Zip File: Open your browser to here and download the most recent stable release (typically vX.X.0). Note This is the most undesirable situation, as it does not allow for automated updates and recommending changes.

Load in MATLAB

Method 1 (CL)) addpath /path/to/git/CMBHOME

Method 2 (GUI)) Using the path editor add the same path as method 1. You may save this for future sessions if you desire. For more information, see Mathwork's documentation

Then run import CMBHOME.* tells matlab to load the +package

Clone this wiki locally