From 1684ea04fbb9e7accb57dd82494653874676b084 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:47:55 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c156e..3c367c2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ rustup default stable The [official documentation from Debian](https://wiki.debian.org/Rust) states one can either install the apt packages or use the [official rustup installer](https://www.rust-lang.org/tools/install). -Using apt packages: +Using apt packages (my used and tested method): ``` sudo apt update -y @@ -126,6 +126,8 @@ The application will output whatever it does, and ignore any package managers th ## **NOTES** +During testing via distrobox, pip-review will fail if the host python version is not the same as the container. The tool will find the pip-review package, but be unable to execute due to a version mismatch. + ### **DISTROBOX CONTAINERS USED FOR TESTING** #### **USING DISTROBOX**