]> git.phdru.name Git - cookiecutter.git/commitdiff
Fix pip's --install-option: --compile is default and I prefer -O2
authorOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 02:56:23 +0000 (05:56 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 02:56:23 +0000 (05:56 +0300)
project_template/requirements.txt

index beed0554c1dee36c62ce934bb621461b246e7c4a..7afd2486190b3118272791c1e5fc7fcf4a5899bf 100644 (file)
@@ -1,4 +1,4 @@
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
---install-option="--compile"
+--install-option=-O2