Documentation is missing pygit2 install from repository checkout instructions
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 1.7k
- フォーク
- 408
- 平均マージ
- 2日 57分
- マージ済み PR(30日)
- 7
説明
The Advanced installation instructions don't provide any guidance on installing pygit2 from a repository checkout.
There are instructions for installing libgit2 but then for pygit2 it only says the following:
Now install pygit2, and then verify it is correctly installed:
$ pip install pygit2
This will install the latest released version but not a version checked out from the repository.
Looking at what is provided in the Makefile the following is a reasonable guess and seems to work
cd pygit2
sudo python install
or in my case sudo python3 install.
It would be helpful if the documentation contained some verification that this is recommended method when installing from a repository checkout.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Advanced installation instructionsとリポジトリのMakefileから始めます。libgit2とpygit2の既存の手順を比較し、リポジトリのcheckoutからpygit2をインストールするサポートされた方法を文書化し、checkoutのバージョンがインストールされたことの確認を含めます。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 58/100