Template:PT3 PYTHON WIN VS 2: Difference between revisions
From Phidgets Support
																
																								 (Created page with "<div class="phd-slide-deck" data-deck="PT3_PYTHON_WIN_VS_2"> <div class="phd-slide-deck-header"><h3>Language - Python</h3></div> <div class="phd-slides"> <div class="phd-slide...")  | 
				No edit summary  | 
				||
| 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>To install the Phidget22 Python   | <p>To install the Phidget22 Python package without PIP, you need to download it here:</p>  | ||
<p>● <span>[https://www.phidgets.com/downloads/phidget22/libraries/any/Phidget22Python.zip Phidget22 Python   | <p>● <span>[https://www.phidgets.com/downloads/phidget22/libraries/any/Phidget22Python.zip Phidget22 Python Package]</span></p>  | ||
<p>  | <p>  | ||
Unpack the Phidget22 Python   | Unpack the Phidget22 Python package and open the Command Prompt (press the Windows key and search for <b>cmd</b>). Find the folder where you downloaded the  | ||
Python   | Python package and enter this command:  | ||
</p>  | </p>  | ||
<div class="phd-command-line"><code>python setup.py install</code></div>  | <div class="phd-command-line"><code>python setup.py install</code></div>  | ||
<p>This will build the module and install the Python   | <p>This will build the module and install the Python package files into your site-packages directory.</p>  | ||
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_PYTHON_WIN_VS_2/-x180/50/Python_install.png"></div>  | <div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_PYTHON_WIN_VS_2/-x180/50/Python_install.png"></div>  | ||