From 1ed6366df35246c87d9b464d6e9068444efdbddf Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Feb 2024 09:10:26 +0100 Subject: [PATCH] Add note to clarify that `gitoxide` doensn't work in Python just yet. Related to https://github.com/Byron/gitoxide/discussions/1279 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e020a5fe..1137e894a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ probably the skills to scratch that itch of mine: implement `git` in a way that If you like the idea and want to learn more, please head over to [gitoxide](https://github.com/Byron/gitoxide), an implementation of 'git' in [Rust](https://www.rust-lang.org). +*(Please note that `gitoxide` is not currently available for use in Python, and that Rust is required)* + ## GitPython GitPython is a python library used to interact with git repositories, high-level like git-porcelain,