Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Correct the command line 'sudo pip install -e .' (the point was missing)
  • Loading branch information
Mathieu Rollet authored Apr 17, 2017
1 parent 5c7fac3 commit baaf8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The pip package does not yet support python3.
git clone https://github.com/kivy/buildozer
cd buildozer
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
#. Go into your application directory and execute::
Expand Down

0 comments on commit baaf8ad

Please sign in to comment.