Skip to content

Commit

Permalink
Merge pull request tensorflow#37677 from izhangzhihao:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 302168895
Change-Id: I35d591c94c131ff98829797febf5e624abc80f5f
  • Loading branch information
tensorflower-gardener committed Mar 21, 2020
2 parents c7768ea + 3c61d99 commit 89f7614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/lite/tools/pip_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ To build a binary wheel run this script:

```sh
sudo apt install swig libjpeg-dev zlib1g-dev python3-dev python3-numpy
sh tensorflow/lite/tools/make/download_dependencies.sh
sh tensorflow/lite/tools/pip_package/build_pip_package.sh
```

That will print out some output and a .whl file. You can then install that

```sh
Expand Down

0 comments on commit 89f7614

Please sign in to comment.