Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Pipenv: The Python Package Manager!
You have completed Pipenv: The Python Package Manager!
Preview
Let's start with taking a look at how to get a pipenv environment installed and setup.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Python, the -m flag, pip install pipenv.
0:00
Once it's installed, and
inside our working directory,
0:07
we can install packages.
0:10
pipenv manages dependencies
on a per-project basis.
0:12
Therefore, simply by installing packages,
we can start using its benefits.
0:17
For our sample project here, let's
install the popular requests library.
0:22
We do that with pipenv install requests.
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up