]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/docs/install.rst
Upgrade: http://phdru.name -> https://phdru.name
[cookiecutter.git] / project_template / docs / install.rst
index 91b5c3e256a732022fdd068c913b095837a3cd9e..cfaf935bd9c5bdeb48e5574111ced6ab551a0b22 100644 (file)
@@ -6,14 +6,14 @@ System-wide
 
 ::
 
-    sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' {project}
+    sudo pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' {project}
 
 User mode
 ---------
 
 ::
 
-    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project}
+    pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project}
 
 Installation from sources
 =========================