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

Commit d2c09c7

Browse files
authored
Update README.md
1 parent 00a9f11 commit d2c09c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ This repository contains custom builds of tensorflow. To install
22
one of these on your system, download the correct file according
33
to your version of python and gcc and run the following command.
44
```
5-
pip install --ignore-installed --upgrade /path/to/binary.whl
5+
pip install --ignore-installed --upgrade /path/to/binary.whl --user
66
```
77
You can also install directly from github using
88
```
9-
pip install --ignore-installed --upgrade "Download URL"
9+
pip install --ignore-installed --upgrade "Download URL" --user
1010
```
1111

1212
| TF | HW | OS | GCC | Python | Supports | |

0 commit comments

Comments
 (0)