LoginSignup
1
4

More than 3 years have passed since last update.

Visual Studio 2019でnumpyをインストールする

Posted at

はじめに

  • Anacondaの使用経験しかなかったために、Visual Studioにてnumpyをインストールする際に困った際の備忘録を残します。

操作方法

  1. [表示]->[その他のウインドウ]->[Python環境]を選択する。
    numpy.png

  2. 右側ペインにて「パッケージ(PyPI)」を選択し、すぐ下のテキストボックスに「numpy」と入力する。
    numpy2.png

  3. 「次のコマンドを実行する: pip install numpy」をクリックする。


参考情報

https://docs.microsoft.com/ja-jp/visualstudio/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages?view=vs-2019

1
4
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
1
4