From 66df9f206661fdcbffdc9cbb401b1772c14a9d7f Mon Sep 17 00:00:00 2001 From: D Date: Mon, 10 Mar 2025 15:57:29 +0900 Subject: [PATCH] Modern shell / Python3 Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b74bdab0b..4f5a0a37e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The latest stable version of Volatility will always be the `stable` branch of th git clone https://github.com/volatilityfoundation/volatility3.git cd volatility3/ python3 -m venv venv && . venv/bin/activate -pip install -e .[dev] +pip install -e ".[dev]" ``` ## Quick Start