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

@@ -15,7 +15,7 @@ Install Prerequisites
The dependencies are available via pip:: The dependencies are available via pip::
# For Debian based distros # For Debian based distros
sudo apt install pip3 sudo apt install python3-pip
# For RPM-based distros # For RPM-based distros
sudo yum install python3-pip sudo yum install python3-pip

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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