mirror of https://github.com/django/django.git
Fixed #4331 -- Updated possible installation paths for Python site-packages on
Mac OS X. Thanks, mokeefe8@comcast.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac2772bd5c
commit
3ae89e6abd
|
@ -97,7 +97,9 @@ This file should also be located in your ``site-packages`` directory.
|
|||
|
||||
* If you're using Windows: ``C:\Python2.X\lib\site-packages``
|
||||
|
||||
* If you're using MacOSX: ``/Library/Python2.X/site-packages``
|
||||
* If you're using MacOSX: ``/Library/Python2.X/site-packages`` or
|
||||
``/Library/Frameworks/Python.framework/Versions/2.X/lib/python2.X/site-packages/``
|
||||
(in later releases).
|
||||
|
||||
Install the Django code
|
||||
=======================
|
||||
|
|
Loading…
Reference in New Issue