mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
13 lines
534 B
HTML
13 lines
534 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>PyCharm allows configuring Python interpreters on the various stages of development: </p>
|
|
<ul>
|
|
<li>When a project is only being created (<span class="control">File | New Project</span>, or <span class="control">Create New Project</span> on the Welcome screen).</li>
|
|
<li>In an already existing project (<span class="control">Settings/Preferences - Project <project name> - Project Interpreter</span>).</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|