0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Numpyインストール

Last updated at Posted at 2021-07-08

Numpyをインストールしたときの備忘録です

#インストール方法
pipを使うかcondaを使うかで変わるので、その時の環境に応じて変える

##pipの場合
インストールのコマンド
pip install numpy
バージョンの確認
pip list

##condaの場合
インストールのコマンド
conda install -c anaconda numpy
バージョンの確認
conda list

#参考URL
https://pypi.org/project/numpy/
https://anaconda.org/anaconda/numpy

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?