cjolivier01 closed pull request #10587: Remove pip upgrade step from install 
docs
URL: https://github.com/apache/incubator-mxnet/pull/10587
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index 2fe8dbf5c51..e36ed23bb87 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -253,7 +253,6 @@ $ sudo apt-get install -y python-dev python-setuptools 
python-pip libgfortran3
 
 ```bash
 $ cd python
-$ pip install --upgrade pip
 $ pip install -e .
 ```
 
@@ -476,7 +475,6 @@ $ sudo apt-get install -y python-dev python-setuptools 
python-pip libgfortran3
 
 ```bash
 $ cd python
-$ pip install --upgrade pip
 $ pip install -e .
 ```
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to