A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 Pysize 2 ~~~~~~ 3 4 Pysize is a graphical and console tool for exploring the size of directories. 5 6 Requirements 7 ~~~~~~~~~~~~ 8 9 Python >= 2.4 is required. Other requirements depend on the requested user interface. The GTK+ GUI needs GTK+ >= 2.8 and pygtk >= 2.8. The ncurses UI needs a python version with ncurses support, note that Unicode characters work better with Python 2.5. The ASCII UI shouldn't have any requirement over a Python interpreter. 10 11 Running 12 ~~~~~~~ 13 14 You can run pysize without installing it simply by executing the pysize.py file in the toplevel pysize directory. 15 16 Installation 17 ~~~~~~~~~~~~ 18 19 Pysize uses the setuptools, so the command './setup.py install' will install it in the default python directory. It should also install the pysize script in /usr/bin. 20 21 22 Guillaume Chazarain <guichaz@yahoo.fr> 23 http://guichaz.free.fr/pysize