<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://quantsoftware.gatech.edu/index.php?action=history&amp;feed=atom&amp;title=ML4T_Software_Manual_Installation</id>
	<title>ML4T Software Manual Installation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://quantsoftware.gatech.edu/index.php?action=history&amp;feed=atom&amp;title=ML4T_Software_Manual_Installation"/>
	<link rel="alternate" type="text/html" href="http://quantsoftware.gatech.edu/index.php?title=ML4T_Software_Manual_Installation&amp;action=history"/>
	<updated>2026-04-14T19:17:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.4</generator>
	<entry>
		<id>http://quantsoftware.gatech.edu/index.php?title=ML4T_Software_Manual_Installation&amp;diff=748&amp;oldid=prev</id>
		<title>Tucker: Created page with &quot; == Overview ==  Use the following instructions to set up a development environment on your local machine. It should include:  * The proper version of Python (namely 2.7) * In...&quot;</title>
		<link rel="alternate" type="text/html" href="http://quantsoftware.gatech.edu/index.php?title=ML4T_Software_Manual_Installation&amp;diff=748&amp;oldid=prev"/>
		<updated>2016-01-08T17:32:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Overview ==  Use the following instructions to set up a development environment on your local machine. It should include:  * The proper version of Python (namely 2.7) * In...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Use the following instructions to set up a development environment on your local machine. It should include:&lt;br /&gt;
&lt;br /&gt;
* The proper version of Python (namely 2.7)&lt;br /&gt;
* Installation of necessary libraries (e.g. NumPy, Pandas, etc.)&lt;br /&gt;
* Installation of historical stock data.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Important note&amp;#039;&amp;#039;&amp;#039;: We use a specific, static dataset for this course, which we will provide. If you download your own data from Yahoo (or elsewhere), you will get wrong answers on assignments.&lt;br /&gt;
&lt;br /&gt;
== Required software ==&lt;br /&gt;
&lt;br /&gt;
Install Python 2.7 (NOT Python 3) and the necessary libraries as instructed below for your favorite platform.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
* Install Python 2.7 [[http://docs.python-guide.org/en/latest/ link]]&lt;br /&gt;
* Install pip (in case your Python doesn&amp;#039;t come with it) [[https://pip.pypa.io/en/latest/installing.html link]]&lt;br /&gt;
* Install virtualenv, virtualenvwrapper (highly recommended) [[http://docs.python-guide.org/en/latest/dev/virtualenvs/ link]]&amp;lt;br /&amp;gt;&lt;br /&gt;
** Create a virtual environment to use for this course:&lt;br /&gt;
    $ mkvirtualenv ml4t&lt;br /&gt;
    $ workon ml4t&lt;br /&gt;
** And then pip install the following within it.&lt;br /&gt;
* NumPy 1.9+, SciPy 0.14+, Matplotlib 1.1+, Pandas 0.16+ [[http://docs.python-guide.org/en/latest/scenarios/scientific/ link]]&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
* Install Python 2.7 via Homebrew&lt;br /&gt;
** If you don&amp;#039;t have it already, first get [http://brew.sh/ Homebrew]&lt;br /&gt;
** Then: &amp;lt;tt&amp;gt;brew install python&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Install virtualenv, virtualenvwrapper (highly recommended) [[http://docs.python-guide.org/en/latest/dev/virtualenvs/ link]]&amp;lt;br /&amp;gt;&lt;br /&gt;
** Create a virtual environment to use for this course:&lt;br /&gt;
    $ mkvirtualenv ml4t&lt;br /&gt;
    $ workon ml4t&lt;br /&gt;
** And then pip install the following within it.&lt;br /&gt;
* NumPy 1.9+, SciPy 0.14+, Matplotlib 1.1+, Pandas 0.16+ [[http://docs.python-guide.org/en/latest/scenarios/scientific/ link]]&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
* Install Python 2.7 [[http://docs.python-guide.org/en/latest/ link]]&lt;br /&gt;
* Install pip (in case your Python doesn&amp;#039;t come with it) [[https://pip.pypa.io/en/latest/installing.html link]]&lt;br /&gt;
* Install virtualenv, virtualenvwrapper (highly recommended) [[http://docs.python-guide.org/en/latest/dev/virtualenvs/ link]]&amp;lt;br /&amp;gt;&lt;br /&gt;
** Create a virtual environment to use for this course:&lt;br /&gt;
    C:\Users\Monty&amp;gt; mkvirtualenv ml4t&lt;br /&gt;
    C:\Users\Monty&amp;gt; workon ml4t&lt;br /&gt;
** And then pip install the following within it.&lt;br /&gt;
* NumPy 1.9+, SciPy 0.14+, Matplotlib 1.1+, Pandas 0.16+ [[http://docs.python-guide.org/en/latest/scenarios/scientific/ link]]&lt;/div&gt;</summary>
		<author><name>Tucker</name></author>
		
	</entry>
</feed>