240
edits
No edit summary |
|||
Line 10: | Line 10: | ||
=Things you will Need= | =Things you will Need= | ||
We'll be working in Python3, so to begin with, you'll need a copy of that. If you are using Windows, Linux or MacOSX you can get a copy from | |||
[http://www.python.org/download/releases/3.3.2/ http://www.python.org/download/releases/3.3.2/] | |||
3.3.2 is a good version to use. Grab the one you need. | |||
Alternatively, if you are a l33t haxor you can use something like | |||
apt-get install python3 | |||
or python3.2 or whichever your version of Ubuntu is. | |||
If you like to use [http://mxcl.github.io/homebrew/ Mac Homebrew] you can use something like | |||
brew install python32 | |||
==Setting up Your System== | ==Setting up Your System== |
edits