diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-14 16:36:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-14 16:36:20 +0300 |
commit | d9e3505201e6ec97225c3b1caff91b569be0c932 (patch) | |
tree | 627435ad9d3f4924a41cff6926894728b8ca1b5f /windows-apps.md | |
parent | cygwin.md: update package list (diff) | |
download | notes-d9e3505201e6ec97225c3b1caff91b569be0c932.tar.gz notes-d9e3505201e6ec97225c3b1caff91b569be0c932.zip |
windows-app.md: update
Diffstat (limited to 'windows-apps.md')
-rw-r--r-- | windows-apps.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/windows-apps.md b/windows-apps.md index 6c8ca96..5796f80 100644 --- a/windows-apps.md +++ b/windows-apps.md @@ -21,7 +21,7 @@ Essential * Disable Location Tracking, Notifications, etc. in Content Settings. * KeePassXC (`choco install keepassxc`) * OpenVPN (`choco install openvpn --params "'/SELECT_EASYRSA=0'"`) -* Sublime Text 3 +* Sublime Text 3 (`choco install sublimetext3`) * SumatraPDF (`choco install sumatrapdf.install`) * Disable update checks. * Sysinternals Suite (`choco install sysinternals`) @@ -72,5 +72,4 @@ default one). ### Python * Python 3 (`choco install python3 --params "/InstallDir:C:\Python3"`). -* `pip install` numpy & matplotlib from -http://www.lfd.uci.edu/~gohlke/pythonlibs/. +* `pip install numpy matplotlib` |