Difference between revisions of "Graphing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Some initial stuff for starting out.... | Some initial stuff for starting out.... | ||
− | Packages required in addition to those required for [[ | + | Packages required in addition to those required for [[GP]]:<br> |
* ConfigObj<br><pre>http://pypi.python.org/packages/2.5/C/ConfigObj</pre> | * ConfigObj<br><pre>http://pypi.python.org/packages/2.5/C/ConfigObj</pre> | ||
* MatPlotLib<br><pre>http://pypi.python.org/pypi/matplotlib/0.91.4</pre> | * MatPlotLib<br><pre>http://pypi.python.org/pypi/matplotlib/0.91.4</pre> | ||
* Numpy<br><pre>http://pypi.python.org/pypi/numpy/1.1.1</pre> | * Numpy<br><pre>http://pypi.python.org/pypi/numpy/1.1.1</pre> | ||
+ | |||
+ | If you're using cygwin on window there are some simple hoops to go through to get numpy working. It probably works fine if you install python as a standalone program but to use it with cygwin you'll first need to download and compile a fortran 90 compiler. Fine directions can be found here: | ||
+ | http://approximatrix.com/articles/setting-up-gnu-gfortran-on-windows-xp | ||
+ | |||
+ | Once that is installed you should be able to compile numpy from source. |
Revision as of 10:19, 8 September 2008
Some initial stuff for starting out....
Packages required in addition to those required for GP:
- ConfigObj
http://pypi.python.org/packages/2.5/C/ConfigObj
- MatPlotLib
http://pypi.python.org/pypi/matplotlib/0.91.4
- Numpy
http://pypi.python.org/pypi/numpy/1.1.1
If you're using cygwin on window there are some simple hoops to go through to get numpy working. It probably works fine if you install python as a standalone program but to use it with cygwin you'll first need to download and compile a fortran 90 compiler. Fine directions can be found here: http://approximatrix.com/articles/setting-up-gnu-gfortran-on-windows-xp
Once that is installed you should be able to compile numpy from source.