summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-28 01:22:42 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-28 01:22:42 +0000
commit3ae89e6abd8616c3f182748d927c77eeb2c15b3b (patch)
tree266c764bdd39b8b245b348ab27186faae70d78d9 /docs
parentac2772bd5c9a6c6db01d0161cb8a4a9e8902637f (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt
index c3ccd27f76..4f5a4bbe31 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -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
=======================