On 7 April 2013 16:53, Happyman <bahtiyor_zohi...@mail.ru> wrote:

> I completed my Registration..but still no idea how to use it..it is ,may
> be, lack of experience of python ..
>

You don't need registration. The easiest way to use it is via pip or
easy_install. If you are on Windows, download and execute the easy_install
installer, if you are on Linux, browse your repository for any of them.

Once installed, you can do:

$easy_install pip  # to install pip, easiest way to get it on Windows

$pip install numpy # to install package "numpy"

All this, in the terminal. To get it on Windows, run -> cmd
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to