Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Now that we’ve got a virtual environment set up, we’ll install some libraries. We’ll see how these are only installed within our virtual environment and not outside of it.
Commands
To install a package
-
pip install [name]
- replace[name]
with what you want to install
To install a specific version of a package
-
pip install [name]==[version]
- replace[version]
with the version you want to install
To upgrade a package to the latest version
pip install --upgrade [name]
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
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