pip freeze > requirements.txt
First you need to clone the repository by running the following command.
git clone https://github.com/CrispenGari/python-tkinter.git
Change the directory to python-tkinter
by running the following command
cd python-tkinter
Create a virtual environment and activate it by running the following command:
virtualenv venv
# activating
.\venv\Scripts\activate
Installing the packages
pip install -r requirements.txt