Locked lesson.
About this lesson
In this video, you'll learn how to install Django straight from the terminal. You'll also learn how to use Pip Freeze to see what has been installed inside and outside your virtual environment.
Exercise files
Download this lesson’s related exercise files.
Install Django & Pip Freeze Inside and Outside The Virtual Environment.docx57.3 KB Install Django & Pip Freeze Inside and Outside The Virtual Environment - Solution.docx
55.7 KB
Quick reference
Install Django & Pip Freeze Inside and Outside The Virtual Environment
In this video we'll install Django into our terminal.
When to use
You need to install Django inside of your virtual environment once, every time you create a new project.
Instructions
To install Django from within your virtual environment, use the command:
pip install django
To make sure it was installed correctly, use the command:
pip freeze
Hints & tips
- pip install django
- pip freeze
Lesson notes are only available for subscribers.