On 26 February 2014 22:48, Matthew Brett <matthew.br...@gmail.com> wrote:
>
> In that case, the OSX instructions could (within the next few months)
> be as simple as:
>
> Install python from binary installer at python.org
> curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
> python get-pip.py
> pip install scipy-stack
>
> or similar.

Python 3.4 will be released by then and will ship with pip pre-installed:
http://legacy.python.org/dev/peps/pep-0453/

So then it could be:
1) Install Python 3.4 from binary installer at python.org
2) pip install scipy-stack.


Oscar
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to