Friday 25 November 2016

Django Installation for Windows

pip install virtualenv
virtualenv venv
venv/Scripts/activate.bat
pip install django==1.9.5
pip install django-extensions
pip install jupyter

Now we can open the Jupyter
python manage.py shell_plus --notebook

No comments:

Post a Comment