Build Web Applications•Reading lesson•Free
Overview
No account is required. Learn the material, try the examples, and mark it complete locally when you are ready to move on.
Project 0 - Set Up Your Development Environment
This project has no application code. Follow the curriculum guide to create a local Python environment with virtualenv, install Django, and verify the setup.
Commands
bash
python -m pip install virtualenv
python -m virtualenv myenvironmentActivate the environment for your operating system, then:
bash
python -m pip install django
python -m django --versionFinished this lesson?
Completion is saved in this browser without creating an account.