******************** Notes for Developers ******************** .. _win_devnotes: ============================ Notes for Windows Developers ============================ .. warning:: Windows development is deprecated. Enter at your own risk, ye brave souls! The following is a recipe for getting a bright development environment setup in a Windows environment. First, make sure that you have the following programs installed with the appropriate versions: #. `Python 2.7 `_ #. A unix compatible editor, like `Editra `_ #. `(Git, if you want to connect to the repository) `_ #. Microsoft Visual Studio (2008, not 2010) #. `HDF5 `_ #. `NumPy `_ #. `SciPy `_ #. `MatPlotLib `_ #. `PyNE `_ #. `PyTables `_ You will need to add HDF5 location information to the environment. Thus you'll need to set the ``LIB`` and ``INCLUDE`` environmental variables to something similar to the following:: LIB += C:\hdf5\lib INCLUDE += C:\hdf5\include