~jmbr/halberd

46245cead44e7023c62129e0ac0c43738d5c206c — Juan M. Bello Rivas 13 years ago cc942d8
Revised list of prerequisites.
1 files changed, 8 insertions(+), 8 deletions(-)

M INSTALL
M INSTALL => INSTALL +8 -8
@@ 4,22 4,22 @@ Installation
Prerequisites
-------------

You need Python version 2.3 or above with the threading and MD5 (or SHA1)
modules enabled.  If you want to scan through HTTPS you will also need a Python
interpreter configured with support for SSL sockets.
You need Python version 2.6 or above with the threading module
enabled.  If you want to scan using the HTTPS protocol, you will also
need a Python interpreter configured with support for SSL sockets.

Platforms
---------

Halberd should work in every machine satisfying the prerequisites mentioned
above.  The program has been successfully built and tested on GNU/Linux, Windows
2000 and Mac OS X.
Halberd should work in every machine satisfying the prerequisites
mentioned above.  The program has been successfully built and tested
on GNU/Linux, Windows 2000 and Mac OS X.

Steps
-----

Installing halberd is a very simple task.  It suffices to write (perhaps as
root):
Installing Halberd is a very simple task.  It suffices to write
(perhaps as root):

    python setup.py install