Craig Kerstiens 11/1/2011

Installing Python Packages

Read Original

This technical tutorial explains how to install Python packages using pip. It covers setting up an isolated project environment with virtualenv, activating it, and installing packages like Requests, PIL, and Django. The article also details how to manage and share project dependencies by generating a requirements.txt file using pip freeze.

Installing Python Packages

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week