source: README @ 23e94dae7ee0

Revision 23e94dae7ee0, 1.0 KB checked in by Matthew Turk <matthewturk@…>, 6 months ago (diff)

enzotools -> yt-project.

Line 
1Hi there!  You've just downloaded yt, an analysis tool for astrophysical
2simulation datasets, generated by simulation platforms like Enzo, Orion,
3CASTRO, MAESTRO, ART and Ramses.  It's written in python and heavily leverages
4both NumPy and Matplotlib for fast arrays and visualization, respectively.
5
6Full documentation and a user community can be found at:
7
8http://yt-project.org/
9http://yt-project.org/doc/
10
11If you have used Python before, and are comfortable with installing packages,
12you should find the setup.py script fairly straightforward: simply execute
13"python setup.py install".
14
15If you would rather a more automated installation, you can use the script
16doc/install_script.sh .  You will have to set the destination directory, and
17there are options available, but it should be straightforward.
18
19In case of any problems, please email the yt-users mailing list, and if you're
20interested in helping out, see the developer documentation in
21doc/how_to_develop_yt.txt or at:
22
23http://yt-project.org/doc/advanced/developing.html
24
25Enjoy!
Note: See TracBrowser for help on using the repository browser.