{article Examples__Python 3.4 }{title} {text} {/article}

1: Create a dir C:\local\wheels

2: Download a wheel distribution

3: Move/Copy it to C:\local\wheels

4: Using cmd: cd \local\wheels

5: type >pip install six-1.8.0-py2.py3-none-any.whl

6: Enter

{source}
<!-- You can place html anywhere within the source tags -->
<pre class="brush:py;">

C:\Python34>cd /local/wheels

C:\local\wheels>pip install six-1.8.0-py2.py3-none-any.whl
Unpacking c:\local\wheels\six-1.8.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six
Cleaning up...

</pre>

<script language="javascript" type="text/javascript">
    // You can place JavaScript like this

</script>
<?php
    // You can place PHP like this

?>
{/source}