mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IFT-221 Add step about Python interpreter
GitOrigin-RevId: ecd32e5133ccc9858c1597f2729ec8c4485ec1d1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3406340b04
commit
5d27be2544
@@ -10,6 +10,9 @@ python.onboarding.balloon.project.view=Click to open the <strong>Project view</s
|
||||
python.onboarding.balloon.project.directory=Expand the project directory to view the project files
|
||||
python.onboarding.balloon.open.file=Double-click to open {0}
|
||||
python.onboarding.balloon.open.learn.toolbar=Switch to the {0} tool window to continue this lesson
|
||||
python.onboarding.interpreter.description=PyCharm has already configured a Python interpreter for this course. \
|
||||
You can modify it or create another one for your projects. The simplest way to do it, use the Python interpreter selector in the Status bar.
|
||||
python.onboarding.balloon.interpreter=Python interpreter selector
|
||||
python.onboarding.context.menu=You have opened the demo, now let's run it. Right-click the editor to invoke the context menu.
|
||||
python.onboarding.run.sample=Choose {0} or try the {1}.
|
||||
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration. You can find it in the Run toolbar. With this toolbar, you can execute popular running actions for the selected configuration, such as running {0}, debugging {1}, profiling code {2}, and running your code with coverage {3}.
|
||||
|
||||
Reference in New Issue
Block a user