~nchohan/appscale/zk3.3.4

« back to all changes in this revision

Viewing changes to AppServer/lib/django/INSTALL

  • Committer: Navraj Chohan
  • Date: 2009-03-28 01:14:04 UTC
  • Revision ID: nchohan@cs.ucsb.edu-20090328011404-42m1w6yt60m6yfg3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Thanks for downloading Django.
 
2
 
 
3
To install it, make sure you have Python 2.3 or greater installed. Then run
 
4
this command from the command prompt:
 
5
 
 
6
    python setup.py install
 
7
 
 
8
Note this requires a working Internet connection if you don't already have the
 
9
Python utility "setuptools" installed.
 
10
 
 
11
AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
 
12
site-packages directory, which is located wherever your Python installation
 
13
lives. Some places you might check are:
 
14
 
 
15
    /usr/lib/python2.4/site-packages (Unix, Python 2.4)
 
16
    /usr/lib/python2.3/site-packages (Unix, Python 2.3)
 
17
    C:\\PYTHON\site-packages         (Windows)
 
18
 
 
19
This second solution does not require a working Internet connection; it
 
20
bypasses "setuptools" entirely.
 
21
 
 
22
For more detailed instructions, see docs/install.txt.