Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove pip upgrade step from install docs (#10587)
Browse files Browse the repository at this point in the history
* Remove pip upgrade step

* Trigger CI

* Fix for GPU too

* Trigger CI
  • Loading branch information
anirudh2290 authored and eric-haibin-lin committed Apr 18, 2018
1 parent f7a9ab7 commit 7d1dc5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down Expand Up @@ -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 .
```

Expand Down

0 comments on commit 7d1dc5c

Please sign in to comment.