Skip to content

Commit 8b721c2

Browse files
author
Sungjin Han
authored
Update README.md
1 parent 620afd0 commit 8b721c2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# libtensorflow.so for Raspberry Pi
22

3-
This repository is for storing pre-built libtensorflow.so files.
3+
This repository is for storing pre-built **libtensorflow.so** files.
44

55
Read [this post](https://blog.meinside.pe.kr/TensorFlow-and-Go-on-Raspberry-Pi/) if you want to build one yourself.
66

7+
## How to use
8+
9+
Download the .tgz file from [here](https://github.com/meinside/libtensorflow.so-raspberrypi/releases).
10+
11+
Unzip it and move it into `/usr/local/lib`.
12+
13+
```bash
14+
$ tar -xzvf libtensorflow_v0.0.0_2999-12-31.tgz
15+
$ sudo mv libtensorflow.so /usr/local/lib/
16+
$ sudo ldconfig
17+
```

0 commit comments

Comments
 (0)