X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fdocs%2Finstall.rst;h=cfaf935bd9c5bdeb48e5574111ced6ab551a0b22;hp=a7f6197c433187715b066dc17ee164671c7b6f45;hb=HEAD;hpb=13450f371aa445a050f7735d060d301abb340dc6 diff --git a/project_template/docs/install.rst b/project_template/docs/install.rst index a7f6197..cfaf935 100644 --- a/project_template/docs/install.rst +++ b/project_template/docs/install.rst @@ -6,16 +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} - -For Python 2.6 the command is easy_install. + pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project} Installation from sources =========================