Merge "Add git package to the list of dependencies"
This commit is contained in:
commit
62f3c62bb3
@ -52,13 +52,13 @@ execution, which is described in
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo dnf install python3-devel libffi-devel gcc openssl-devel python3-libselinux
|
||||
sudo dnf install git python3-devel libffi-devel gcc openssl-devel python3-libselinux
|
||||
|
||||
For Debian or Ubuntu, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo apt install python3-dev libffi-dev gcc libssl-dev
|
||||
sudo apt install git python3-dev libffi-dev gcc libssl-dev
|
||||
|
||||
Install dependencies using a virtual environment
|
||||
------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user