Fix pip3 install command for Debian-based distros
Signed-off-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
committed by
Richard Laager
parent
cadc18c97b
commit
9ed82cda6e
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user