Template:PT3 PYTHON WIN PYCHARM 2: Difference between revisions
From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_PYTHON_WIN_PYCHARM_2"> <div class="phd-slide-deck-header"><h3>Language - Python</h3></div> <div class="phd-slides"> <div class="phd-...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
<div class="phd-slides"> | <div class="phd-slides"> | ||
<div class="phd-slide"> | <div class="phd-slide"> | ||
<h2>Installing the Phidget Python | <h2>Installing the Phidget Python Package</h2> | ||
<p> | <p> | ||
Python | Python 3.4+ includes PIP by default. To install the Phidget22 Python package with PIP, simply open the <b>Command Prompt</b> (press the Windows key and search | ||
Windows key and search for <b>cmd</b>), and enter the command: | for <b>cmd</b>), and enter the command: | ||
</p> | </p> | ||
<div class="phd-command-line"><code>python -m pip install Phidget22</code></div> | <div class="phd-command-line"><code>python -m pip install Phidget22</code></div> | ||
</div> | </div> | ||
<div class="phd-slide"> | <div class="phd-slide"> | ||
<h2>Installing the Phidget Python | <h2>Installing the Phidget Python Package</h2> | ||
<p>To use the global Phidget22 library in your PyCharm project, select <b>Inherit global site-packages</b> when creating a new project.</p> | <p>To use the global Phidget22 library in your PyCharm project, select <b>Inherit global site-packages</b> when creating a new project.</p> |