githubで利用できるpythonパッケージをインストールしようとしていますが、その方法はわかりません。これはパッケージです:https://github.com/Jefferson-Henrique/GetOldTweets-python。githubで利用可能なpythonパッケージをインストールできない
誰かがこのインストール方法を明確かつ段階的に教えてください。現在の回答はどれも私にとっては十分明確ではありません。次のコマンドプロンプトコマンドを試しましたが、動作しません。私はgitをインストールしている。
pip install git+https://github.com/Jefferson-Henrique/GetOldTweets-python.git
エラー:
Cloning https://github.com/Jefferson-Henrique/GetOldTweets-python.git to c:\users\haris\appdata\local\temp\pip-ocsu8r-build
Error [Error 2] The system cannot find the file specified while executing command git clone -q https://github.com/Jefferson-Henrique/GetOldTweets-python.git c:\users\haris\appdata\local\temp\pip-ocsu8r-build
Cannot find command 'git'
あなたは何をしようとしていますか? 'git'をインストールしますか? – msanford
>私の目標は、githubで利用可能なPythonパッケージをインストールすることです。<あなたは何を話していますか? – devalone
githubからいくつかのリポジトリを複製したい場合は、パッケージマネージャ(例えばapt)からgitをインストールして、 'git clone repository_address'と入力してください。 – devalone