Santosh,
The filename numpy‑1.8.2+mkl‑cp34‑none‑win_amd64.whl is provided only as an example (hence the 'e.g.') and the documentation specifically suggests installing the latest 1.x release of Numpy available. In addition, in the dev-docs, the name mentioned is for numpy-1.11.
I would recommend against `pip install numpy` on Windows because it installs a copy that is built without an optimized BLAS/LAPACK implementation. In addition, the Windows binaries for Cantera are compiled using the MKL-linked versions, so compatibility there should be essentially guaranteed. Using the Numpy available through pip is also a bit of a dead-end on Windows, since there is no Scipy package available that way (not that Cantera requires it). I don't know whether there are any other potential issues using a different build of Numpy. For non-Windows installations, pip is just fine.
I assume that the removal of the Python 3.4 distributions of Anaconda is in anticipation of the release of Python 3.6.
Regards,
Ray