Changeset 1277


Ignore:
Timestamp:
May 3, 2005, 10:49:23 AM (20 years ago)
Author:
duncan
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/README

    r349 r1277  
    1212       
    1313To build the python package, as a user;
    14         first, add to .bashrc; 
     14        python setup.py install --prefix=~
     15       
     16        This will create a python directory, off the users home directory.
     17        Add the path of this directory into your .bashrc
     18        for example;   
    1519        export PYTHONPATH=$HOME/lib/python2.2/site-packages:"${PYTHONPATH}"
    16 
    17         Then,   
    18         python setup.py install --prefix=~
     20        another example;
     21        export PYTHONPATH=$HOME/lib64/python2.3/site-packages:"${PYTHONPATH}"
    1922
    2023INSTALLATION COMMANDS, FOR WINDOWS
Note: See TracChangeset for help on using the changeset viewer.