[SciPy-User] scipy 0.9 deb

Pauli Virtanen pav at iki.fi
Wed Nov 10 12:31:02 EST 2010


Wed, 10 Nov 2010 18:16:57 +0100, Josselin Jacquard wrote:
[clip: .deb]
> Does anyone has a package for latest numpy and scipy ? Thanks in
> advance.
> 
> If not, I see the code of this class in interpnd.pyx Does anyone see how
> to incorporate such a file in a basic python project (I'm fairly new to
> python)

The easiest way is to download the source code for the current 
development version, and install it to your home directory:

	python setup.py install --user

It goes under ~/.local/lib. Before that, you also need to do the same for 
Numpy 1.5.

-- 
Pauli Virtanen




More information about the SciPy-User mailing list