From 01097fce72b91f671ff54a22b4cade80becd91a9 Mon Sep 17 00:00:00 2001 From: George Hughey Date: Tue, 6 Nov 2018 09:47:59 -0500 Subject: [PATCH] Corrected pip download command Update Issue Template with correct pip download command --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f684a91d9..c8f7abe00 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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: