X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fdocs%2Finstall.rst;h=cfaf935bd9c5bdeb48e5574111ced6ab551a0b22;hp=91b5c3e256a732022fdd068c913b095837a3cd9e;hb=25038de79ea50c08585345522f860f13e9224857;hpb=d4d8c0566f84a0b241412e0019a0d3c3ba02779b diff --git a/project_template/docs/install.rst b/project_template/docs/install.rst index 91b5c3e..cfaf935 100644 --- a/project_template/docs/install.rst +++ b/project_template/docs/install.rst @@ -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 =========================