Core: Fix up setup.py documentation

This commit is contained in:
Mike Auty
2021-10-11 11:20:48 +01:00
parent f92d83f619
commit 472547061c
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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