编程语言python介绍tutorialsManaging Application Dependencies本页总览Managing Application DependenciesInstalling Pipenv python3 -m pip install --user pipenv Installing packages for your project cd myprojectpipenv install requests Using installed packages pipenv run python main.pypipenv shell