140 | | |
141 | | execute netCDF_binary_4.0.exe |
142 | | |
143 | | add ';C:\netcdf4\bin' to the end of the PATH environmental variable |
144 | | |
145 | | |
146 | | |
147 | | install ScientificPython: |
148 | | |
149 | | execute ScientificPython-2.9.0.win32-py2.5.exe |
150 | | |
151 | | (this installer built using the 'minGW hack' environment) |
152 | | |
153 | | |
| 129 | {{{ |
| 130 | execute netCDF_binary_4.0.exe |
| 131 | }}} |
| 132 | and add ';C:\netcdf4\bin' to the end of the PATH environmental variable |
| 133 | |
| 134 | Install ScientificPython: |
| 135 | {{{ |
| 136 | execute ScientificPython-2.9.0.win32-py2.5.exe |
| 137 | }}} |
156 | | |
157 | | execute psyco-1.6.win32-py25.exe |
158 | | |
159 | | |
160 | | |
161 | | install matplotlib: |
162 | | |
163 | | execute matplotlib-0.98.5.2.win32-py2.5.exe |
164 | | |
165 | | and put MSVCP71.DLL into C:\windows\system32 |
166 | | |
167 | | (possibly do DLL move in same installer as for netCDF) |
168 | | |
169 | | |
170 | | |
171 | | get ANUGA source code: |
172 | | |
173 | | cd \ |
174 | | |
175 | | svn co https://datamining.anu.edu.au/svn/ga |
176 | | |
177 | | or: |
178 | | |
179 | | cd \ga |
180 | | |
181 | | svn up |
182 | | |
183 | | cd \ |
184 | | |
185 | | |
186 | | |
187 | | to test all of ANUGA: |
188 | | |
189 | | create a PYTHONPATH environment variable containing 'C:\ga\branches\numpy' |
190 | | |
191 | | cd ga\branches\numpy\anuga |
192 | | |
193 | | python compile_all.py |
194 | | |
195 | | python test_all.py # OK |
196 | | |
197 | | cd \ |
198 | | |
199 | | |
200 | | |
201 | | to validate ANUGA: |
202 | | |
203 | | cd ga\branches\numpy_anuga_validation\automated_validation_tests |
204 | | |
205 | | python validate_all.py # OK |
206 | | |
207 | | cd \ |
208 | | |
209 | | |
| 140 | {{{ |
| 141 | execute psyco-1.6.win32-py25.exe |
| 142 | }}} |
| 143 | This is not strictly required, but it's small and sppeds up your ANUGA system. |
| 144 | |
| 145 | Install matplotlib: |
| 146 | {{{ |
| 147 | execute matplotlib-0.98.5.2.win32-py2.5.exe |
| 148 | }}} |