Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayg authored Oct 13, 2018
1 parent 00a9f11 commit d2c09c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ This repository contains custom builds of tensorflow. To install
one of these on your system, download the correct file according
to your version of python and gcc and run the following command.
```
pip install --ignore-installed --upgrade /path/to/binary.whl
pip install --ignore-installed --upgrade /path/to/binary.whl --user
```
You can also install directly from github using
```
pip install --ignore-installed --upgrade "Download URL"
pip install --ignore-installed --upgrade "Download URL" --user
```

| TF | HW | OS | GCC | Python | Supports | |
Expand Down

0 comments on commit d2c09c7

Please sign in to comment.