Updated release script
[pysize.git] / README
blob2839e8749e2fb02536de3192f55973b20827816a
1 Pysize
2 ~~~~~~
4 Pysize is a graphical and console tool for exploring the size of directories.
6 Requirements
7 ~~~~~~~~~~~~
9 Python >= 2.4 is required. Other requirements depend on the requested user
10 interface. The GTK+ GUI needs GTK+ >= 2.8 and pygtk >= 2.8. The ncurses UI needs
11 a python version with ncurses support, note that Unicode characters work better
12 with Python 2.5. The ASCII UI shouldn't have any requirement over a Python
13 interpreter.
15 Running
16 ~~~~~~~
18 You can run pysize without installing it simply by executing the pysize.py file
19 in the toplevel pysize directory.
21 Installation
22 ~~~~~~~~~~~~
24 Pysize uses the setuptools, so the command './setup.py install' will install it
25 in the default python directory. It should also install the pysize script in
26 /usr/bin.
30 -- 
31 Guillaume Chazarain <guichaz@gmail.com>
32 http://guichaz.free.fr/pysize