- Clone this Repo.
git clone https://github.com/subhranil2699/Kivy
cd Kivy- Create a Virtual environment. This will create a
myvenvfolder in the current directory.
python -m venv myvenv- Activate the virtual environment a. For windows:
myvenv\Scripts\activateb. For Linux:
source myvenv/bin/activate- Install the requirements:
pip install -r requirements.txt- run the
main.pyfile.
python main.py