Wednesday, 3 December 2014

Django where to start

Ubuntu 14.04 has python 2.7 and python 3.4 installed.

To install Django with python3, we need pip3. Use command

sudo apt-get install python3-pip

Then install django

pip3 install django

Still a bit confused. Will try it later.





No comments: