Windows に要求モジュール (python 2.7) をインストールする際に問題に直面しています。
ドキュメントに従って以下の手順を試しました。
1
pip install requests
エラー
'pip' is not recognized as an internal or external command,
operable program or batch file.
2
easy_install requests
エラー
'easy_install' is not recognized as an internal or external command,
operable program or batch file.
3
setup.py
エラー
C:\Location\Python\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg)
C:\Location\Python\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg)
C:\Location\Python\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
新しいものをダウンロードせずに、モジュールを windows にインストールする方法を教えてください。