Documentation is missing pygit2 install from repository checkout instructions
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 1.7k
- Forks
- 408
- Ø Merge
- 2 T. 57 Min.
- Gemergte PRs (30 T.)
- 7
Beschreibung
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.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit den erweiterten Installationsanweisungen und der Makefile des Repositorys. Vergleiche die vorhandenen Schritte für libgit2 und pygit2, dokumentiere den unterstützten Weg, pygit2 aus einem ausgecheckten Repository zu installieren, und nimm eine Überprüfung auf, dass die Version aus dem Checkout installiert wurde.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 58/100