Downloading Django

18 views
Skip to first unread message

Dan Elbert

unread,
Jul 24, 2015, 4:17:23 PM7/24/15
to Django users
I am having some trouble installing Django.  The installation documentation is great and I have downloaded Python version 3.4.3 for OS X  but can't seem to complete the download.  I am new to programming so most likely its user error.


Any help or direction would be great.

Thanks
Dan

Tom Lockhart

unread,
Jul 24, 2015, 5:50:34 PM7/24/15
to django...@googlegroups.com

I am having some trouble installing Django.  The installation documentation is great and I have downloaded Python version 3.4.3 for OS X  but can't seem to complete the download.  I am new to programming so most likely its user error.

I use MacOS for my development machine. If it were me (and when it is, this is how I do it):

1) Install MacPorts
2) Install PostgreSQL and Python from MacPorts
3) Use virtualenv to create a standalone Python environment
4) Enable the virtualenv by sourcing bin/activate
5) Use pip to install other Python packages including Django
6) Work through the Django tutorial

If you have specific difficulties ask the list for help.

hth

- Tom
Reply all
Reply to author
Forward
0 new messages