Created
November 1, 2014 13:18
-
-
Save blink1073/adbab83457a8342f74d1 to your computer and use it in GitHub Desktop.
Numerical Tours Installation Instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 id="installation">Installation</h2> | |
<p>You need to download <a href="https://github.com/gpeyre/numerical-tours/archive/master.zip">numerical_tours</a> and install the IPython <a href="http://ipython.org/install.html">notebook</a> to run the code.</p> | |
<p>You must also install the <a href="http://arokem.github.io/python-matlab-bridge/">python-matlab-bridge</a>.</p> | |
<p>Make sure you can run the command <code>matlab</code> from a command window (or terminal). If not, try the methods below:</p> | |
<p><strong>Unix-like-systems (including OSX):</strong></p> | |
<p>Add the following to your <code>~/.profile</code>:</p> | |
<p><code>export PATH="$PATH:<PATH_TO_MATLAB>"</code></p> | |
<p><strong>Windows systems:</strong></p> | |
<p>From a CMD window:</p> | |
<p><code>> setx PATH "%PATH%;C:\PATH_TO_MATLAB.EXE"</code></p> | |
<p>Note, if you see the message:</p> | |
<p>"WARNING: The data being saved is truncated to 1024 characters"</p> | |
<p>It means your PATH variable is too long. You'll have to manually trim in in the Windows Environmental Variables editor.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment