And how do I run it?
+3
A:
Sphinx website says:
easy_install -U Sphinx
If you want that installed in system python you'd probably need elevated permissions with sudo
:
sudo easy_install -U Sphinx
If you do not have easy_install
yet, see http://peak.telecommunity.com/DevCenter/EasyInstall
myroslav
2009-03-03 12:56:37
please take a note of this http://groups.google.com/group/sphinx-dev/msg/77f5b48bca1fd938 if you are encountering any problem.
Rama Vadakattu
2009-05-29 10:48:52
A:
http://showmedo.com/videos/video?name=2910020&fromSeriesID=291
This demo shows how you can use sphinx to document your own program.
Rudiger Wolf
2009-03-03 14:37:36