From: Oleg Broytman Date: Sun, 12 Mar 2017 02:56:23 +0000 (+0300) Subject: Fix pip's --install-option: --compile is default and I prefer -O2 X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=d5a746751819d5b0c979f330c299c7da444162e4 Fix pip's --install-option: --compile is default and I prefer -O2 --- 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