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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user