deleted some print statements used to debug
[marvin.git] / INSTALL
blob20441695ef364758899ad9a5ef06b907d9829d3b
1 - Test
3 To just try marvin without installing anything you must execute the
4 'run-marvin' script, with the following commmand inside the marvin
5 directory:
7 $ ./run-marvin
9 - Install
11 To install marvin you must run with root privileges the following
12 command inside the marvin directory:
14 # ./setup.py install
16 - Hacking
18 To hack and help with the development of marvin you can use the 'Test'
19 method or the setuptools option 'develop' running the following
20 command with root privileges inside the marvin source code directory:
22 # ./setup.py develop
24 To remove marvin of the system when you use the 'develop' option you
25 must run:
27 # ./setup.py develop --uninstall
29 - Dependencies
31 Pygtk >= 2.12, http://www.pygtk.org
32 EXIF.py, http://sourceforge.net/projects/exif-py