[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
user:dusek:python [2014/08/07 16:34]
ufal
user:dusek:python [2014/08/07 16:40] (current)
ufal
Line 25: Line 25:
  
  
-==== Instalace Setuptools ====+<del>==== Instalace Setuptools ====
  
   * ''setuptools'' je potřeba, aby se dal nainstalovat ''pip''.   * ''setuptools'' je potřeba, aby se dal nainstalovat ''pip''.
Line 33: Line 33:
  
   sh setuptools-0.6c11-py2.7.egg --prefix=~/.local-`arch`   sh setuptools-0.6c11-py2.7.egg --prefix=~/.local-`arch`
 +</del>
  
 ==== Instalace Pipu ==== ==== Instalace Pipu ====
  
-  * ''pip'' se musí [[http://www.pip-installer.org/en/latest/installing.html#alternative-installation-procedures|zkompilovat]] a potom nainstalovat ručně:+  * [[http://www.pip-installer.org/en/latest/installing.html#alternative-installation-procedures|stáhnete]] si ''pip''  a potom nainstalujete 
 +  * Setuptools se nainstaluje automaticky
  
-  python setup.py install --user+  python get-pip.py --user
  
 ==== Hotovo ==== ==== Hotovo ====

[ Back to the navigation ] [ Back to the content ]