Help need to install pyhton pipenv virtual enviornment

Dear Sir,

I would like to know how to install pipenv for windows 10 and create virtual environments since the courses application is for mac user.

pip install --user pipenv

or

py -m pip install --user pipenv

The rest is the same on Windows/Mac/Linux