Fix pip3 install command for Debian-based distros

Signed-off-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
Mathias Gibbens
2020-11-25 19:43:31 +00:00
committed by Richard Laager
parent cadc18c97b
commit 9ed82cda6e
7 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ Contributing
#. Install the tools::
sudo apt install pip3
sudo apt install python3-pip
pip3 install -r docs/requirements.txt
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:
PATH=$HOME/.local/bin:$PATH