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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -