My Python Learning Journal
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment