Skip to content

Instantly share code, notes, and snippets.

@format37
Created October 28, 2020 21:05
Show Gist options
  • Save format37/6f33bae9155ba8eeaf04c0ac02cd0974 to your computer and use it in GitHub Desktop.
Save format37/6f33bae9155ba8eeaf04c0ac02cd0974 to your computer and use it in GitHub Desktop.
kivy buildozer anaconda env initialization
conda create --name kivy
conda activate kivy
conda install -c conda-forge kivy
conda install -c travis buildozer
buildozer init
buildozer android debug deploy run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment