Since Sphinx is available on the Python Package Index, it can be installed using pip:
pip install Sphinx
or you can also install using easy_install
easy_install -U sphinx
Then you can check that it has been correctly installed by executing the following command:
> sphinx-quickstart --ver...