Modern shell / Python3 Fix

This commit is contained in:
D
2025-03-10 15:57:29 +09:00
committed by GitHub
parent b99918c423
commit 66df9f2066
+1 -1
View File
@@ -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