-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme
More file actions
35 lines (24 loc) · 940 Bytes
/
Readme
File metadata and controls
35 lines (24 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Dependencies
libnmap :
$ git clone https://github.com/savon-noir/python-libnmap.git
$ cd python-libnmap
$ python setup.py install
libnessus :
$ git clone https://github.com/bmx0r/python-libnessus.git
$ cd python-libnessus
$ python setup.py install
PyQt4 :
Ubuntu/Debian :
$ sudo apt-get install python-qt4
Windows OS :
$ download @ https://riverbankcomputing.com/software/pyqt/download
$ c:\path\to\PyQt4\python configure-ng.py
$ make
$ make install
Faire attention, PyQt4 tiens des dépendences avec SIP. À télécharger via :
https://riverbankcomputing.com/software/sip/download ;
Suivre les instructions d'installation via:
http://pyqt.sourceforge.net/Docs/sip4/installation.html
En cas de problème durant l'installation de PyQt4, suivez les étapes d'installation via:
http://pyqt.sourceforge.net/Docs/PyQt4/installation.html
: