]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/requirements.txt
Fix pip's --install-option: --compile is default and I prefer -O2
[cookiecutter.git] / 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