1
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 1 year has passed since last update.

blender内蔵のpythonにおいて各種ライブラリをインストールする

Last updated at Posted at 2023-03-31

Pandasライブラリを例にする

windowsターミナル(or PowerShell or コマンドプロンプト)を
C:\Program Files\Blender Foundation\Blender 3.5\3.5\python\bin>
にて開く

以下のコマンドを実行する

.\python.exe -m pip install pandas
1
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
1
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?