-
Notifications
You must be signed in to change notification settings - Fork 0
CROSSEO/kivy-starter-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Instructions how to start: ### clone github repository: 1 - git clone [URL] ### create python environment 2 - python3 -m venv env ### Initiate environment 3 - source env/bin/active ### upgrade pip 4 - pip3 install --upgrade pip ### Install requirements to start project 5 - pip3 install -r requirements.txt ### Test if app works: 6 - python3 main.py --size=900x600
About
Kivy Starter template with folder structure to initiate project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published