We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e14e0f commit de0cbb8Copy full SHA for de0cbb8
README.md
@@ -104,7 +104,7 @@ That can be done using `ssh-copy-id`. Root access is required on all hosts.
104
Requirements can be checked with `check_deps/check_dependencies.sh`. It should
105
be ran from `check_deps` directory.
106
107
-### Notes on installation on Debian 11 with Pythod 2
+### Notes on installation on Debian 11 with Python 2
108
Python 2 is present in Debian 11 but is not enabled by default. Also some required packages
109
had gone and should be installed with `pip`.
110
check_deps/check_python_dependencies.py
@@ -8,6 +8,9 @@
8
import imp
9
10
modules = ['unittest',
11
+ 'scapy',
12
+ 'Cryptodome',
13
+ 'tinyec',
14
'subprocess',
15
'resource',
16
'getopt',
0 commit comments