Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Revised list of prerequisites.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbr committed Aug 14, 2010
1 parent cc942d8 commit 46245ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46245ce

Please sign in to comment.