]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/docs/install.rst
Fix(mk-project): `sed` requires `s` for substitute
[cookiecutter.git] / project_template / docs / install.rst
index a7f6197c433187715b066dc17ee164671c7b6f45..cfaf935bd9c5bdeb48e5574111ced6ab551a0b22 100644 (file)
@@ -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
 =========================