Hello!

On Wed, 23 Apr 2014 15:40:10 -0700
William Stein <wst...@gmail.com> wrote:

> 
> 0. Install the necessary devel libraries for Ubuntu:
> 
>     sudo apt-get install h5utils libhdf5-dev libhdf5-doc
> 
> 1. Install PIP:
> 
>     sage -sh
>     wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py;
> python get-pip.py
> 
> NOTE -- this step 1 is silly -- we should include pip with Sage; sorry
> we don't yet.
> 
> 2. Install hdf5 module, and a few other things you likely want :
> 
>     sage  # start up sage
>     sage: os.environ['NETCDF4_DIR']='/usr/'; os.environ
> ['HDF5_DIR']='/usr/'; sage: [(s, os.system("pip install %s"%s)) for s
> in 'pandas statsmodels h5py netcdf4'.split()]
> 
    I usually install the additional python packages this way:

1. wget 'http://python_package.tar.gz' 
2. tar xvf python_package.tar.gz
3. cd python_package
4. sage -python setup.py install

  Is this a correct method?

    Thanks!
        Vladimir

----- 
 <v...@ukr.net>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to