I want to install Kivy and use it in IntelliJ. Here is step 1 in installing Kivy:
1.First create the environment named kivy_venv in your current directory:
python -m virtualenv kivy_venv
When opening command prompt I am in the directory "C:\Users\jfran>" Should I paste the command into here? Or should I create a project in IntelliJ and use the command prompt in that directory?
EDIT: Here is the link to the Kivy installation steps https://kivy.org/doc/stable/installation/installation-windows.html