Difference between revisions of "Chocolatey"
Jump to navigation
Jump to search
(Created page with " = install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell] = = install chololatey [https://chocolatey.org/install] =...") |
|||
Line 1: | Line 1: | ||
− | = install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell] = | + | ==install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell]== |
− | = install chololatey [https://chocolatey.org/install] = | + | ==install chololatey [https://chocolatey.org/install]== |
run powershell as administrator [http://www.thewindowsclub.com/how-to-open-an-elevated-powershell-prompt-in-windows-10] | run powershell as administrator [http://www.thewindowsclub.com/how-to-open-an-elevated-powershell-prompt-in-windows-10] | ||
Line 11: | Line 11: | ||
<code>choco install opencv</code> | <code>choco install opencv</code> | ||
+ | |||
+ | ==lines repeated for copying to clipboard== | ||
+ | |||
+ | <clippy show="true">iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex</clippy> | ||
+ | <br> | ||
+ | <clippy show="true">choco upgrade chocolatey</clippy> | ||
+ | <br> | ||
+ | <clippy show="true">choco install opencv</clippy> |
Revision as of 18:20, 17 March 2017
install power shell [1]
install chololatey [2]
run powershell as administrator [3]
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco upgrade chocolatey
choco install opencv
lines repeated for copying to clipboard
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco upgrade chocolatey
choco install opencv