INSTALL 816 B

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