Pyg is a Python Package Manager that is meant to be an alternative to easy_install.
To install Pyg it takes only one simple command:
$ pip install pyg
or if you must:
$ easy_install pyg
And then you should no more need them!
Also, you can download the source and after unpacking the archive:
$ python setup.py install
Note: You may need root privileges to install.
If you need further information you can check the documentation at: http://pyg-installer.co.nr
You can build the documentation locally. In order to build the html documentation you need to install Sphinx. Simply run:
$ pyg install sphinx
Again, you may need root privileges. Now you can build the docs. If you haven't already downloaded the source download it and open your terminal:
$ cd docs $ make html
The docs are now in _build/html/