pythonindia / PyCon-Mobile-App

PyCon India App developed with Kivy
GNU General Public License v3.0
31 stars 55 forks source link

add requirements.txt file #55

Closed karx closed 6 years ago

karx commented 6 years ago

Added the file for required packages for anyone to easily install all the dependencies including kivy and buildozer.

pip install -r requirements.txt

akshayaurora commented 6 years ago

@karx thanks 👍