summaryrefslogtreecommitdiff
path: root/python/resources/tips/Terminal.html
blob: 0946f5bfbc9f0299ad2b12fd872ce83725f53043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
    <link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>


    <p>You don't need to leave PyCharm to work with your favorite shell. Just choose 
<span class="control">Tools | Open Terminal</span> on the main menu, 
and enjoy using the embedded local terminal. </p>
    <p class="image"><img src="images/terminal.png"></p>

</body>
</html>