erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 62: 02fc1b2867d4
parent 61: 7d9375f894bb
branch: default
tags: revelation-0.3.2
removed loading of druid module, and bumped version to 0.3.2
Erik Grinaker / erikg
6 years ago
Revelation / INSTALL
r62:02fc1b2867d4 13 loc 394 bytes embed / history / annotate / raw /
To use Revelation you need to have pygtk 2.0.0, gnome-python 2.0.0
and pycrypto 1.9 installed.

Installation is done using a standard Python setup.py file. Quick
instructions are (as root):

python setup.py build
python setup.py install

Note: if you are reinstalling or upgrading Revelation you may need to use
"python setup.py install --force", otherwise the old files will not be
replaced.