Documentation update
[pylit.git] / rstdocs / download / installation.txt
blob8d9f3ce5aa899ccf529504fee51e10a5a4211057
1 .. -*- rst-mode -*-
3 Installation
4 ============
6 Put ``pylit.py`` in any location you prefer. I recommend a place in Python's
7 `Module Search Path`_.
10 On Unix systems, easier invocation is possible if you put ``pylit.py`` (or a
11 link to it) in your PATH and make it executable or add an alias to your
12 shell configuration.
13    
14 Alternatively, put `pylit.py` in the `Module Search Path`_ and put in the
15 PATH a small executable script, pylit_:
17   .. include:: pylit
18      :literal:
20 This has the advantage, that Python can preparse ``pylit.py`` for faster
21 execution on subsequent calls.
23 .. _module search path:
24     http://docs.python.org/tut/node8.html#SECTION008110000000000000000
25 .. _pylit: pylit