*disclaimer
118248
Anaconda: Python/R Data Science Platform
https://www.anaconda.com/distribution/
Python 3.7 version
64-Bit Graphical Installer (462 MB)
Reference
https://qiita.com/t2y/items/2a3eb58103e85d8064b6
インストール先
インストール時に
All Users (requires admin privileges)
を選ぶように。(その方が話が簡単)
C:\ProgramData\Anaconda3
Windowsで個人でインストールした場合
C:\Users\ユーザー名\anaconda3\
- そこにPythonもインストールされてしまう。
モジュールのインストールはWindowsのシェルで conda
conda install spacy
モジュールのインストールは、Anaconda Navigatorの左のメニューのEnvironment
- モジュール「All」選んで、右に入れたいモジュール名を入れて検索。
- 出てきたモジュールにチェックを入れて「Apply」
http://sugiura-ken.org/wiki/