Post

Using pipenv

Installing pipenv

1
pip install pipenv

Ref.

Creating a virtual environment

Using the current Python version:

1
pipenv install --dev

Using a specific Python version:

1
pipenv install --python "C:\Program Files\Python313\python.exe"
This post is licensed under CC BY 4.0 by the author.