- Open the terminal and install the pipenv package with the command: pip install pipenv
- Reopen the terminal and reach the nextqr/new/req directory (inside you should find a file called Pipfile.lock)
- Enter the following command to install automatically all the dependencies: pipenv install -d
- Once the virtual environment is ready and the required packages are installed enter the command: pipenv shell
- Now you are ready to use the app :)
- Open the terminal and enter: pip install customtkinter tk qrcode PILLOW