0
0

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.

EclipseでPythonのpip installを使う

Posted at

EclipseでPython pip installのやりかた

**本記事は、Pythonをinstallしていること前提としています。**

目次
1.get-pipをインストール
2.実行

get-pipをインストールする

https://bootstrap.pypa.io/get-pip.py

1.リンクを右クリック
2.名前を付けてリンク先を保存
3.Eclipse.exeと同じ階層にget-pip.pyを配置

実行

1.Eclipseの設定 2.フィルター入力 →「インタープリンター」 3.Pythonインタープリター 4.pipで管理 5.install <インストールするもの>
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?