mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Core: Fix up setup.py documentation
This commit is contained in:
@@ -24,7 +24,7 @@ Volatility 3 requires Python 3.6.0 or later. To install the most minimal set of
|
||||
pip3 install -r requirements-minimal.txt
|
||||
```
|
||||
|
||||
Alternately, the minimal packages can be installed automatically when Volatility 3 is installed. However, as noted in the Quick Start section below, Volatility 3 does not *need* to be installed prior to using it.
|
||||
Alternately, the minimal packages will be installed automatically when Volatility 3 is installed using setup.py. However, as noted in the Quick Start section below, Volatility 3 does not *need* to be installed via setup.py prior to using it.
|
||||
|
||||
```shell
|
||||
python3 setup.py build
|
||||
|
||||
Reference in New Issue
Block a user