Add pip deps
Opened this issue · 7 comments
gfursin commented
We need extra dependency on scipy (and maybe others):
# pip install scipy
or
# pip3 install scipy
gfursin commented
Actually easier is:
# apt-get install python3-scipy
or
# apt-get install python-scipy
fvella commented
you can use the option --user in order to install the module locally.
$ pip install scipy --user
gfursin commented
It's just that pip install scipy is very slow on hikey and probably firefly too ...
fvella commented
Yes but apt-get requires sudo permission...
gfursin commented
Sure, but we expect that in many cases already ...
gfursin commented
But you are right - we can provide a choice ;) ...
Chunosov commented
We also have to install requests
package. I've mentioned it here: #9 (comment)