[IFT] DA-423 Improve interpreter description step

GitOrigin-RevId: fa0fc4c02618c6e77f7398713765e6abdbd44576
This commit is contained in:
Alexey Merkulov
2022-01-17 20:43:16 +03:00
committed by intellij-monorepo-bot
parent 4bf8e35418
commit 6569ce389b
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ python.onboarding.balloon.open.learn.toolbar=Switch to the {0} tool window to co
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 is to use the Python interpreter selector in the Status bar.
python.onboarding.interpreter.tip=<strong>Tip:</strong> here you can discover your Python interpreter settings
python.onboarding.indexing.description=When you open a project for the first time, <ide/> scans the Python SDK and the project itself \
to collect details required for coding assistance. To continue, wait until indexing completes.
python.onboarding.context.menu=You have opened the demo, now let's run it. Right-click the editor to invoke the context menu.