Mysqlclient dependencies won't install

I’m attempting to install mysql in the virtual environment to connect to Django, but when I run the command I get

"
Error: No such command ‘mysql’.
PS C:\Users\peter\OneDrive\Desktop\finalstore> pipenv install mysqlclient
Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. You can set PIPENV_IGNORE_VIRTUALENVS=1 to force pipenv to ignore that environment and create its own instead. You can set PIPENV_VERBOSITY=-1 to suppress this warning.
Installing mysqlclient…
Resolving mysqlclient…
Installation Succeeded
To activate this project’s virtualenv, run pipenv
shell.
Alternatively, run a command inside the virtualenv
with pipenv run.
Installing dependencies from Pipfile.lock
(2cd9bf)…"

It’s been close to 15 minutes, the dependencies don’t finish installing and I cannot connect to mysql - what do I do here?