IFT-221 Add step about Python interpreter

GitOrigin-RevId: ecd32e5133ccc9858c1597f2729ec8c4485ec1d1
This commit is contained in:
Alexey Merkulov
2021-06-21 18:08:23 +03:00
committed by intellij-monorepo-bot
parent 3406340b04
commit 5d27be2544
2 changed files with 32 additions and 1 deletions

View File

@@ -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}.