filmov
tv
Install Django and Python on Windows 1 of 7 -- Install Python & Pip on Windows

Показать описание
Install Django and Python On Windows (Episode 1 of 7)
Install Python & PIP.
Having issues with PIP? Try this:
3. Now you have "easy_install" on your windows.
4. Now do, "easy_install pip" in command prompt
In this video, we discuss how to get python and PIP (python package installer) setup on your computer so you can install Django shortly after.
Install Django and Python on Windows Links:
Django Installation Process:
1) Download Python & PIP
3) Setup Environment variables in Windows System Settings under Advanced Settings:
4) Install Virtual environment "pip install virtualenv"
5) Create virtualenv and activate:
virtualenv somename
cd somename
.\Scripts\activate
6) Install Django:
pip install django==1.X.Y (replace x and y for version numbers)
7) Start django project:
The Coding For Entrepreneurs newsletter has news and updates about all things Coding for Entrepreneurs:
A few ways to learn:
On Udemy:
Bestselling Udemy Coding for Entrepreneurs Course:
MatchMaker and Geolocator Course:
Marketplace & Dail Deals Course:
Free Udemy Course (40k+ students):
Комментарии