Update README.rst
Correct the command line 'sudo pip install -e .' (the point was missing)
This commit is contained in:
parent
5c7fac3dcf
commit
baaf8ad3fc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ The pip package does not yet support python3.
|
||||||
git clone https://github.com/kivy/buildozer
|
git clone https://github.com/kivy/buildozer
|
||||||
cd buildozer
|
cd buildozer
|
||||||
python setup.py build
|
python setup.py build
|
||||||
sudo pip install -e
|
sudo pip install -e .
|
||||||
|
|
||||||
#. Download and extract the Crystax NDK somewhere (~/.buildozer/crystax-ndk is one option): https://www.crystax.net/en/download
|
#. Download and extract the Crystax NDK somewhere (~/.buildozer/crystax-ndk is one option): https://www.crystax.net/en/download
|
||||||
#. Go into your application directory and execute::
|
#. Go into your application directory and execute::
|
||||||
|
|
Loading…
Reference in a new issue