PageRenderTime 117ms CodeModel.GetById 27ms RepoModel.GetById 3ms app.codeStats 0ms

/INSTALL.txt

http://django-comment-utils.googlecode.com/
Plain Text | 21 lines | 16 code | 5 blank | 0 comment | 0 complexity | 1a7de03fa7ce9703ea5c341bbb09714d MD5 | raw file
Possible License(s): BSD-3-Clause
  1. =========================
  2. Installation instructions
  3. =========================
  4. There are two ways to install this application for use by your
  5. projects; the easiest in most cases is to do a Subversion checkout
  6. into a directory that's on your Python path::
  7. svn co http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
  8. The other method is to download a packaged version and use Python's
  9. ``distutils`` to install it onto your Python path::
  10. wget http://django-comment-utils.googlecode.com/files/comment_utils-0.2.tar.gz
  11. tar zxvf comment_utils-0.2.tar.gz
  12. cd comment_utils-0.2
  13. python setup.py install
  14. Depending on your system configuration, you may need to prefix the
  15. last command with ``sudo`` and supply your password to perform a
  16. system-wide installation.