Update README.md (#219)

pip3 in install dependencies
This commit is contained in:
Chuck Whitson
2021-04-29 07:15:12 -05:00
committed by GitHub
parent 8b2d2dd0df
commit 738394df54

View File

@@ -55,7 +55,7 @@ Note: All these commands must be run as `root`.
cd /usr/build
make bootstrap-pkgs
python3 -m ensurepip
python3 pip install six
pip3 install six
```