INSTALL 611 B

1234567891011121314151617
  1. Thanks for downloading Django.
  2. To install it, make sure you have Python 2.7 or greater installed. Then run
  3. this command from the command prompt:
  4. python setup.py install
  5. If you're upgrading from a previous version, you need to remove it first.
  6. AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
  7. site-packages directory, which is located wherever your Python installation
  8. lives. Some places you might check are:
  9. /usr/lib/python2.7/site-packages (Unix, Python 2.7)
  10. C:\\PYTHON\site-packages (Windows)
  11. For more detailed instructions, see docs/intro/install.txt.