Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / INSTALL
- commit
- 02fc1b2867d4
- parent
- 7d9375f894bb
- branch
- default
- tags
- revelation-0.3.2
removed loading of druid module, and bumped version to 0.3.2
1 |
cea4127a11c0
|
To use Revelation you need to have pygtk 2.0.0, gnome-python 2.0.0 |
2 |
cea4127a11c0
|
and pycrypto 1.9 installed. |
3 |
cea4127a11c0
|
|
4 |
cea4127a11c0
|
Installation is done using a standard Python setup.py file. Quick |
5 |
cea4127a11c0
|
instructions are (as root): |
6 |
cea4127a11c0
|
|
7 |
cea4127a11c0
|
python setup.py build |
8 |
cea4127a11c0
|
python setup.py install |
9 |
cea4127a11c0
|
|
10 |
b181693cfdc7
|
Note: if you are reinstalling or upgrading Revelation you may need to use |
11 |
b181693cfdc7
|
"python setup.py install --force", otherwise the old files will not be |
12 |
b181693cfdc7
|
replaced. |
13 |
cea4127a11c0
|