From d5a746751819d5b0c979f330c299c7da444162e4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Mar 2017 05:56:23 +0300 Subject: [PATCH] Fix pip's --install-option: --compile is default and I prefer -O2 --- project_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/requirements.txt b/project_template/requirements.txt index beed055..7afd248 100644 --- a/project_template/requirements.txt +++ b/project_template/requirements.txt @@ -1,4 +1,4 @@ --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ ---install-option="--compile" +--install-option=-O2 -- 2.39.2