From 7b09254103064476cad96feb0e3064447bb7abf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Moreira?= Date: Tue, 21 Apr 2020 19:57:22 -0300 Subject: [PATCH] Update installation.rst Includes a command that fixes this issues https://github.com/kivy/buildozer/issues/1052 https://github.com/kivy/buildozer/issues/1057 --- docs/source/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 870107bac..6341106e5 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -23,6 +23,7 @@ Android on Ubuntu 18.04 (64bit) sudo apt update sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv + python3 -m pip install --upgrade pip virtualenv # add the following line at the end of your ~/.bashrc file export PATH=$PATH:~/.local/bin/