Saturday, 1 November 2014

Python Django Setup stuff

1. https://www.youtube.com/watch?v=uHCeLlD1le8
Good one.. short and clear..

2. install vitualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
Cmd: pip install virtualenv
Django Version: https://www.djangoproject.com/
Steps to install Python:
1. Install Python
2. Install setuptools
3. install pip
4. install virtualenv.. **
5. install django

No comments:

Post a Comment