Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangsangy committed Mar 23, 2018
1 parent b5d825e commit cd6ede7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ This release contains a range of performance critical functions used in modern i
$ pip3 installl --upgrade --force-upgrade "$TF_URL"
```

## Python 2 Install

```sh
$ TF_URL='https://github.com/jjangsangy/MacOS-TensorflowBuilds/releases/download/1.4.1/tensorflow-1.4.1-cp27-cp27m-macosx_10_13_x86_64.whl'
$ pip3 installl --upgrade --force-upgrade "$TF_URL"
$ pip2 installl --upgrade --force-upgrade "$TF_URL"
```

## Optimizations
Expand Down

0 comments on commit cd6ede7

Please sign in to comment.