Python dependency management and virtual environment tool
Python dependency management tool
pipenv
$ pipenv --python 3.11
$ pipenv install requests
$ pipenv install
$ pipenv run python script.py
$ pipenv shell