Skip to content

Commit 04a7446

Browse files
authored
Update RunOnRK3288.md
1 parent 66cc198 commit 04a7446

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/RunOnRK3288.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,7 @@ Install must have dependencies
104104
```
105105
$ pip2 uninstall scipy
106106
$ apt-get install python2-scipy
107-
108107
$ apt-get install graphicsmagick
109-
110-
$ cd /data/data/com.termux/files/home/DeepCamera/src/flower/
111-
$ pip2 install -r requirements.txt
112-
113-
$ cd /data/data/com.termux/files/home/DeepCamera/src/detector/
114-
$ npm install
115108
```
116109

117110

@@ -131,3 +124,10 @@ Add following line to files:
131124
files:
132125
> /data/data/com.termux/files/usr/lib/python2.7/site-packages/scipy-1.2.0-py2.7-linux-armv8l.egg/scipy/stats/_continuous_distns.py
133126
/data/data/com.termux/files/usr/lib/python2.7/site-packages/scipy-1.2.0-py2.7-linux-armv8l.egg/scipy/stats/_stats_mstats_common.py
127+
128+
129+
```
130+
LD_LIBRARY_PATH=/system/lib:$LD_LIBRARY_PATH:$PREFIX/lib:/system/vendor/lib/egl:/system/vendor/lib LD_PRELOAD=$LD_PRELOAD:libatomic.so:libcutils.so python2
131+
132+
import tvm
133+
```

0 commit comments

Comments
 (0)