From eee4da3b5748370a5c562bc63d2cae61ea85b16c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 7 Nov 2019 15:51:02 +0100 Subject: Refs #30948 -- Updated install instructions to use pip instead of setup.py. Co-authored-by: Nick Pope --- INSTALL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'INSTALL') 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. -- cgit v1.2.1