How to install numpy in python

with pip

pip install scikit-learn

in anaconda

conda install scikit-learn

with pipenv

pipenv install scikit-learn