Debian/Ubuntu: Update pip3 command

This now matches the example in the top-level README.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2020-08-12 17:34:27 -05:00
parent 5c67d3d1fc
commit 371d3cf08b
5 changed files with 5 additions and 5 deletions

View File

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

View File

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