My Python Learning Journal
Showing posts with label
install
.
Show all posts
Showing posts with label
install
.
Show all posts
Monday, October 3, 2011
Ways to install a Python package
After doing exercise 46 of LPTHW, I realized that there are multiple ways of installing a Python package.
Here are three ways that I know of.
pip install package_name
easy_install package_name
Download and unzip the tar file and then do
python setup.py install
Older Posts
Home
Subscribe to:
Posts (Atom)