Using easy\_install
We'll cover the following...
Once you have setuptools installed, you can use easy_install. You can find it installed in your Python installation’s Scripts folder. Be sure to add the Scripts folder to your system path so you can call easy_install on the command line without specifying its full path. Try running the following command to learn ...