source: trunk/UTIL/PYTHON/README.INSTALL @ 531

Last change on this file since 531 was 446, checked in by acolaitis, 13 years ago

added documentation on how to install the EPD packages

File size: 2.0 KB
Line 
1############ README.INSTALL
2This README describes the required steps to install the python distribution and packages necessary to run the graphical routines.
3
4----------------
5Step 1/- GET EPD
6----------------
7
8"The Enthought Python Distribution (EPD) provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualization."
9EPD includes a distribution of Python and a set of libraries for plots and data analysis. It is free for academics, and can be downloaded at:
10
11http://download.enthought.com/epd-7.1/
12
13Different versions are available.
1464 bit version for linux: epd-7.1-2-rh5-x86_64.sh (recommended)
1532 bit version for linux is also available if the above fails: epd-7.1-2-rh5-x86.sh
1664 bit version for MacOSX has also been successfully tested: epd-7.1-2-macosx-x86_64.dmg
17
18--------------------
19Step 2/- INSTALL EPD
20--------------------
21
22Simply put the .sh file you downloaded where you want to install python and run "bash epd-7.1-2-rh5-x86_64.sh" (or whatever version you got from the website)
23
24-------------------------
25Step 3/- SET ENVIRONNMENT
26-------------------------
27
28You must put the path to the /bin of EPD in your $PATH. For exemple, if EPD is installed in:
29/u/bwhitelmd/san0/Python/64bits/epd-7.1-2-rh5-x86_64/
30
31Then you must add to your $PATH in your .env_pers.ksh:
32export PATH=/u/bwhitelmd/san0/Python/64bits/epd-7.1-2-rh5-x86_64/bin:$PATH
33
34Note that a version of python was probably already installed on your machine, in /usr/bin/. Make sure that "which python" gets you the correct path to EPD python after you sourced your .env_pers.ksh.
35
36LMD routines for python plots are on the svn repository in YOUR_SVN_INSTALL/trunk/UTIL/PYTHON/. You must declare the $PYTHONPATH environment variable to point to these routines. For example:
37export PYTHONPATH=/san0/bwhitelmd/SVN/trunk/UTIL/PYTHON/
38
39Finally, you might want to add $PYTHONPATH to your $PATH so that the main scripts can be called from anywhere in command line.
40
41------------------------------
42Step 4/- Read the README.PP ;)
43------------------------------
Note: See TracBrowser for help on using the repository browser.