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

Pip allows for uninstallation of packages, and is actively maintained, unlike easy_install.

To install pip, run the Python script available here: get-pip.py

1: click link here get-pip.py

2: select all

3: paste in a IDLE new file

4: save as get-pip.py

5: Run Mondule

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

>>>
Downloading/unpacking pip
Downloading/unpacking setuptools
Installing collected packages: pip, setuptools
Successfully installed pip setuptools
Cleaning up...
>>>


</pre>

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

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

?>
{/source}