Template:PT3 PYTHON LNX TRM: Difference between revisions
From Phidgets Support
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
<div class="phd-slide"> | <div class="phd-slide"> | ||
<h2>Installing the Phidget Python | <h2>Installing the Phidget Python Package</h2> | ||
<p>First, install <span>[https://www.python.org/downloads/ Python3]</span> if you haven't already.</p> | <p>First, install <span>[https://www.python.org/downloads/ Python3]</span> if you haven't already.</p> | ||
<p>Python 3.4+ includes PIP by default. To install the Phidget22 Python | <p>Python 3.4+ includes PIP by default. To install the Phidget22 Python package with PIP, simply open the <b>Terminal</b> and enter the command:</p> | ||
<div class="phd-command-line"><code>pip3 install Phidget22</code></div> | <div class="phd-command-line"><code>pip3 install Phidget22</code></div> |