- Download and install python from https://www.python.org/downloads/ (Do not forget to check "Add Python 3.8 to PATH")
- From https://stackoverflow.com/questions/49740073/installation-of-pipenv-on-windows-fails Update setuptools or pip, just in case.
pip install --upgrade setuptools
pip install --upgrade pip
or on Windows