januusio / cryptowallet_risk_scoring

A free cryptowallet risk scoring tool with fully explainable scoring.
Mozilla Public License 2.0
224 stars 56 forks source link

Need to add installation of jq to install instructions #2

Closed mattyjacks closed 1 year ago

mattyjacks commented 1 year ago

This is what I had to do to get the Google colab to work

!git clone https://github.com/januusio/cryptowallet_risk_scoring.git !git clone https://github.com/stedolan/jq.git %cd cryptowallet_risk_scoring !python3 setup.py install !pip3 install -r requirements.txt !apt-get update !apt-get install python3-pip !apt-get install autoconf libtool dh-autoreconf !pip install jq

!pip install pyjq #may not be necessary

!apt-get install jq !python3 example_default.py

JQ is necessary to get it to run. I think you have to add to the install instructions to install JQ

https://github.com/stedolan/jq

That's the jq github

afrkciymjt commented 1 year ago

https://stedolan.github.io/jq/download/

I think installing jq is fairly googleable, but we could include a link in the readme

mattyjacks commented 1 year ago

Yeah, I think I had to do apt-get or something rather than pip to install it

On Mon, Nov 28, 2022, 3:31 PM afrkciymjt @.***> wrote:

https://stedolan.github.io/jq/download/

I think installing jq is fairly googleable, but we could include a link in the readme

— Reply to this email directly, view it on GitHub https://github.com/januusio/cryptowallet_risk_scoring/issues/2#issuecomment-1329726766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXMWFRUT6DULNZBCSFFUBUDWKUJAVANCNFSM6AAAAAASMKP3II . You are receiving this because you authored the thread.Message ID: @.***>