Numpyをインストールする方法(Python)

pipでインストール

pip install numpy

anacondaでインストール

conda install pandas

pipenvでインストール

pipenv install pandas