summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-07 15:51:02 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-08 13:26:35 +0100
commiteee4da3b5748370a5c562bc63d2cae61ea85b16c (patch)
treecb9b6ee3ed72cd75c4006d8808ad03021645f1e7 /INSTALL
parenta32f983be8f5711963f20d976f13b3354e36f5c7 (diff)
downloaddjango-eee4da3b5748370a5c562bc63d2cae61ea85b16c.tar.gz
Refs #30948 -- Updated install instructions to use pip instead of setup.py.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index eb9cf6eaf2..7c10946c87 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,8 +3,6 @@ Thanks for downloading Django.
To install it, make sure you have Python 3.6 or greater installed. Then run
this command from the command prompt:
- python setup.py install
-
-If you're upgrading from a previous version, you need to remove it first.
+ python -m pip install .
For more detailed instructions, see docs/intro/install.txt.