Created
March 21, 2015 05:51
-
-
Save moorepants/110d345e8b58e7f6ba50 to your computer and use it in GitHub Desktop.
Notes on windows install for the perturbed gait data paper
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
| Windows Install Instructions | |
| - Install msysgit from http://msysgit.github.io/ | |
| default options | |
| Use Git from Git Bash Only | |
| CHeckout windows-style, commit unix-style line endings | |
| Install Anaconda from continuum.io/downloads | |
| - select install for "Just Me" | |
| - check "add anaconda to my PATH environment variable" | |
| - check "Register Anacond as my default python2.7"" | |
| At this point Python is now available in Git BASH and the Windows Command Prompt. | |
| Download the lastes exe of the SWC Installer: | |
| https://github.com/swcarpentry/windows-installer/releases | |
| Install by double clicking | |
| maker sure to click "laucn installer" | |
| you'll then see a command prompt briefly | |
| make is now available in the git bash | |
| Download the Basic Miktek from http://miktex.org/download | |
| install with default options | |
| after install run update to update the packages | |
| pdflatex is now available in git bash | |
| use the package manager to install all of the latex packages | |
| Download Octave 3.8.2 for windows from: | |
| http://mxeoctave.osuv.de/ | |
| install the exe (requires a java runtime to be installed) | |
| in the computer system properties advanced tab, select environment varialbes and prepend C:\Octave\Octave-3.8.2\bin; to the list | |
| C:\Users\Jason\.swc\bin;C:\Octave\Octave-3.8.2\bin;C:\Users\Jason\Anaconda;C:\Users\Jason\Anaconda\Scripts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment