Corrected pip download command

Update Issue Template with correct pip download command
This commit is contained in:
George Hughey 2018-11-06 09:47:59 -05:00 committed by GitHub
parent 1e53155394
commit 01097fce72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
1. Please check that you are using the latest scapy version, e.g. installed via:
`pip install https://github.com/secdev/scapy`
`pip install --upgrade git+git://github.com/secdev/scapy`
2. If you are here to ask a question - please check previous issues and online resources, and consider using gitter instead: <https://gitter.im/secdev/scapy>