i have found this django apps django-sphinx-autodoc in http://pypi.python.org/pypi/django-sphinx-autodoc …
I can’t find the docs on how to install it
do anyone knows how to install this app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ubuntu’s package repositories don’t have django-sphinx-autodoc, so you will have to install it yourself.
If you do have
pipordistributeinstalled, you can use those to install anything from PyPi.distributegives you the commandeasy_install, which acts as a kind of package manager for Python.pipis the same thing, with additional functionality.For you, you can install with:
If you have pip, you can do this: