Template:PT3 PYTHON WIN PYCHARM: Difference between revisions

From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_PYTHON_WIN_PYCHARM"> <div class="phd-slide-deck-header"><h3>Language - Python</h3></div> <div class="phd-slides"> <div class="phd-sl...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:


<div class="phd-slide">
<div class="phd-slide">
<h2>Requirements</h2>
<h2>Installing the Phidget Python package</h2>


<p>First, make sure you have the following installed:</p>
<p>First, install <span>[https://www.python.org/downloads/ Python3]</span> if you haven't already.</p>


<p>● Phidgets Drivers for Windows (see Part 1 of this user guide)</p>
<p>Next, select your preferred installation method below:</p>
 
<p>● <span>[https://www.python.org/downloads/ Python]</span> (2.7 and 3.6+ are both compatible with Phidgets)</p>
</div>
 
<div class="phd-slide">
<h2>Installing the Phidget Python Module</h2>
 
<p>Select your preferred installation method below:</p>


<div class="phd-panels">
<div class="phd-panels">
Line 42: Line 34:
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_PYTHON_WIN_PYCHARM/-x200/50/pip.jpg"></div>
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_PYTHON_WIN_PYCHARM/-x200/50/pip.jpg"></div>
<h2>PIP Global Install</h2>
<h2>PIP Global Install</h2>
</div>
</div>
<div class="phd-panel phd-flex-column-align-center phd-flex-column-justify-middle">
<div class="phd-to-deck-button phd-text-link" data-to-deck="PT3_PYTHON_WIN_PYCHARM_3">
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_PYTHON_WIN_PYCHARM/-x200/50/cmd.jpg"></div>
<h2>Manual Install</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<p>The recommended way to install the Phidget22 Python module is using the <b>PIP package manager</b>.</p>
</div>
</div>
</div>
</div>

Latest revision as of 23:21, 3 January 2025

Windows with Pycharm

Welcome to using Phidgets with Python! By using Python, you will have access to the complete Phidget22 API, including events.

PyCharm is an integrated development environment for Python by JetBrains.

Installing the Phidget Python package

First, install Python3 if you haven't already.

Next, select your preferred installation method below:

«
»