Skip to content
Snippets Groups Projects
Commit 629710c6 authored by Maksim Malchuk's avatar Maksim Malchuk
Browse files

Add git package to the list of dependencies


In the quickstart there is need the git package to install
kolla-ansible from the source for deployment or evaluation and
to clone repository for development.

Closes-Bug: #1999370
Change-Id: Ia623694c801c03b151944947141551ecbc1d24f5
Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
parent 58b2e462
No related branches found
No related tags found
No related merge requests found
......@@ -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
------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment