blob: 142893932945675f39e3437714eeaec62f473adb [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001<html>
2<head>
3 <link rel="stylesheet" type="text/css" href="css/tips.css">
4</head>
5<body>
6 <p>Found yourself in a situation, when you want to use an interpreter located remotely? With
7PyCharm it is quite easy.</p>
8<p>To configure a remote interpreter, press <span class="shortcut">&shortcut:ShowProjectStructureSettings;</span>, and
9under the <span class="control">Project Settings</span>. open the page <span class="control">Python Interpreters</span>.</p>
10<p>Then press <span class="shortcut">&shortcut:NewElement;</span>, and choose the option <span class="control">Remote</span>:</p>
11<p class="image"><img src="images/add_remote_interpreter.png" alt="add_remote_interpreter"/></p>
12
13<p>You can use this remote interpreter for your project, or just leave it as one of the available interpreters.</p>
14</body>
15</html>