updated template
diff --git a/templates/pip.conf.j2 b/templates/pip.conf.j2
index e19e56a..f74c362 100644
--- a/templates/pip.conf.j2
+++ b/templates/pip.conf.j2
@@ -3,8 +3,6 @@
 {%  if http_proxy is defined %}
 proxy = {{ http_proxy }}
 {% endif %}
-
 {% if pip_trusted_hosts is defined %}
-[install]
 trusted-hosts = {{ pip_trusted_hosts }}
 {% endif %}
\ No newline at end of file