Skip to content

Commit 8307860

Browse files
author
pddg
committed
fix ide explanation
1 parent 37e5db0 commit 8307860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Pythonを書くこと自体はちょっとしたテキストエディタで可
266266
267267
1. `Create new project`から新しいプロジェクトを作成
268268
2. プロジェクト名(デフォルトは`untitled`)を`seminar`とする
269-
3. pythonインタプリタまでのパスを指定する.`…`をクリックし,`Add local`を選択,`Conda Environment`から`Existing environment`を選択し,`Interpreter`から`seminar`のものを選択する.表示されない場合`…`から`C:\Users\{ユーザ名}\.conda\envs\seminar\python.exe`を指定.
269+
3. pythonインタプリタまでのパスを指定する.`…`をクリックし,`Add local`を選択,`Virtualenv Environment`または`Conda Environment`から`Existing environment`を選択し,`Interpreter`から`seminar`のものを選択する.表示されない場合`…`から`C:\Users\{ユーザ名}\.conda\envs\seminar\python.exe`を指定.
270270
4. `OK`
271271
5. 設定を開く
272272
6. `Project: seminar`から`Project Interpreter`を選択.`C:\Users\{ユーザ名}\.conda\envs\seminar\python.exe`が指定されていることを確認する

0 commit comments

Comments
 (0)