15,024
edits
m (→Windows) |
m (→Windows) |
||
| Line 107: | Line 107: | ||
安裝套件<ref>[https://stackoverflow.com/questions/48720833/could-not-find-a-version-that-satisfies-the-requirement-tensorflow python - Could not find a version that satisfies the requirement tensorflow - Stack Overflow]</ref> | 安裝套件<ref>[https://stackoverflow.com/questions/48720833/could-not-find-a-version-that-satisfies-the-requirement-tensorflow python - Could not find a version that satisfies the requirement tensorflow - Stack Overflow]</ref> | ||
<pre> | <pre> | ||
Python2: | Python2: 以下以 Python 2.7 版本,安裝目錄在 c:\Python27\ 為例 | ||
$ c:\Python27\Scripts\pip.exe install <package> | $ c:\Python27\Scripts\pip.exe install <package> | ||
$ c:\Python27\Scripts\pip.exe install -r requirements.txt | $ c:\Python27\Scripts\pip.exe install -r requirements.txt | ||