Python: Difference between revisions
imported>Beskhue m Fix typo. |
imported>Chrissound No edit summary |
||
| Line 28: | Line 28: | ||
=== pip === | === pip === | ||
To install `pip` add <code>virtualenvwrapper</code> to your list of Python packages above. Pure Python packages can be installed in a virtualenv using pip. The package <code>pandas</code> in the example below won't work. | |||
Put your packages in a requirements.txt: | Put your packages in a requirements.txt: | ||