Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Includes a command that fixes this issues

kivy#1052
kivy#1057
  • Loading branch information
Márcio Moreira authored Apr 21, 2020
1 parent b566125 commit 7b09254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 7b09254

Please sign in to comment.