borg/README

42 lines
592 B
Plaintext
Raw Normal View History

2011-11-06 16:28:32 +00:00
.. -*- restructuredtext -*-
2011-11-06 16:28:32 +00:00
===============
README for Darc
===============
2011-11-06 16:28:32 +00:00
Installing
==========
2011-11-06 16:28:32 +00:00
Use ``setup.py``::
2011-11-06 16:28:32 +00:00
python setup.py build
sudo python setup.py install
2011-11-06 16:28:32 +00:00
Reading the docs
================
2011-11-06 16:28:32 +00:00
After installing::
2011-11-06 16:28:32 +00:00
cd docs
sphinx-build . _build/html
2011-11-06 16:28:32 +00:00
Then, direct your browser to ``_build/html/index.html``.
2011-11-06 16:28:32 +00:00
Or read them online at <http://jborg.github.com/darc/>.
2011-11-06 16:28:32 +00:00
Testing
=======
2011-11-06 16:28:32 +00:00
To run the tests with the interpreter available as ``python``, use::
2011-11-06 16:28:32 +00:00
$ python -m darc.test
Contributing
============
Send wishes, comments, patches, etc. to jonas@borgstrom.se