mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
508 B
508 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ea9997bbec2e9bc47e94db1 | Entwicklung eines Nmap-Scanners Teil 1 | 11 | jYk9XaGoAnk |
|
developing-an-nmap-scanner-part-1 |
--question--
--text--
Wie lautet der richtige Befehl, um die Python 3-Version der python-nmap-Bibliothek zu installieren?
--answers--
sudo apt install python-nmap
pip install python-nmap
pip3 install python-nmap
--video-solution--
3