Merge pull request #8156 from misl6/fix/update-required-tools

This commit is contained in:
Akshay Arora 2023-03-10 17:20:25 +05:30 committed by GitHub
commit 4f5db71049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -17,8 +17,8 @@ main :ref:`pip installation guide<installation-canonical>`, specific to Linux.
Installing Python
^^^^^^^^^^^^^^^^^
Python and python-pip, git and build tools are required to install Kivy. If you do not have these installed,
please install them before continuing:
Python and python-pip, git and build tools are required to build Kivy and its dependencies.
If you do not have these installed, please install them before continuing:
Ubuntu
~~~~~~
@ -28,6 +28,10 @@ Using apt::
sudo apt-get install -y \
python3-pip \
build-essential \
autoconf \
libtool \
libxext-dev \
curl \
git \
python3 \
python3-dev \