how to install django-sphinx-autodoc -
i have found django apps django-sphinx-autodoc
in http://pypi.python.org/pypi/django-sphinx-autodoc ...
i can't find docs on how install it
do knows how install app?
ubuntu's package repositories don't have django-sphinx-autodoc, have install yourself.
if have pip
or distribute
installed, can use install pypi.
distribute
gives command easy_install
, acts kind of package manager python. pip
same thing, additional functionality.
for you, can install with:
sudo easy_install django-python-autodoc
if have pip, can this:
sudo pip install django-python-autodoc
Comments
Post a Comment