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**