Python: Difference between revisions

imported>Beskhue
m Fix typo.
imported>Chrissound
No edit summary
Line 28: Line 28:
=== pip ===
=== 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.
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: